Preparing search index...
The search index is not available
@turbowarp/types-tw
@turbowarp/types-tw
scratch-vm
VM
ScalarVariable
Interface ScalarVariable
interface
ScalarVariable
{
id
:
string
;
isCloud
:
boolean
;
name
:
string
;
type
:
""
;
value
:
ScratchCompatibleValue
;
toXML
(
isLocal
?:
boolean
)
:
string
;
}
Hierarchy (
View Summary
)
BaseVariable
ScalarVariable
Index
Properties
id
is
Cloud
name
type
value
Methods
toXML
Properties
id
id
:
string
is
Cloud
isCloud
:
boolean
name
name
:
string
type
type
:
""
value
value
:
ScratchCompatibleValue
Methods
toXML
toXML
(
isLocal
?:
boolean
)
:
string
Parameters
Optional
isLocal
:
boolean
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
is
Cloud
name
type
value
Methods
toXML
@turbowarp/types-tw
Loading...