Preparing search index...
The search index is not available
@turbowarp/types-tw
@turbowarp/types-tw
scratch-vm
VM
ListVariable
Interface ListVariable
interface
ListVariable
{
_monitorUpToDate
?:
boolean
;
id
:
string
;
isCloud
:
boolean
;
name
:
string
;
type
:
"list"
;
value
:
ScratchList
;
toXML
(
isLocal
?:
boolean
)
:
string
;
}
Hierarchy (
View Summary
)
BaseVariable
ListVariable
Index
Properties
_monitor
Up
To
Date?
id
is
Cloud
name
type
value
Methods
toXML
Properties
Optional
_monitor
Up
To
Date
_monitorUpToDate
?:
boolean
id
id
:
string
is
Cloud
isCloud
:
boolean
name
name
:
string
type
type
:
"list"
value
value
:
ScratchList
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
_monitor
Up
To
Date
id
is
Cloud
name
type
value
Methods
toXML
@turbowarp/types-tw
Loading...