@turbowarp/types-tw
    Preparing search index...

    Interface BaseVariable

    interface BaseVariable {
        id: string;
        isCloud: boolean;
        name: string;
        toXML(isLocal?: boolean): string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    id: string
    isCloud: boolean
    name: string

    Methods