interface ScalarVariable {
    id: string;
    isCloud: boolean;
    name: string;
    type: "";
    value: ScratchCompatibleValue;
    toXML(isLocal?: boolean): string;
}

Hierarchy (View Summary)

Properties

Methods

Properties

id: string
isCloud: boolean
name: string
type: ""

Methods