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

    Interface ListVariable

    interface ListVariable {
        _monitorUpToDate?: boolean;
        id: string;
        isCloud: boolean;
        name: string;
        type: "list";
        value: ScratchList;
        toXML(isLocal?: boolean): string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _monitorUpToDate?: boolean
    id: string
    isCloud: boolean
    name: string
    type: "list"

    Methods