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

Hierarchy (View Summary)

Properties

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

Methods