@turbowarp/types-tw
Preparing search index...
scratch-vm
VM
CloudProvider
Interface CloudProvider
interface
CloudProvider
{
createVariable
(
name
:
string
,
value
:
ScratchCompatibleValue
)
:
void
;
deleteVariable
(
name
:
string
)
:
void
;
renameVariable
(
oldName
:
string
,
newName
:
string
)
:
void
;
requestCloseConnection
()
:
void
;
updateVariable
(
name
:
string
,
value
:
ScratchCompatibleValue
)
:
void
;
}
Index
Methods
create
Variable
delete
Variable
rename
Variable
request
Close
Connection
update
Variable
Methods
create
Variable
createVariable
(
name
:
string
,
value
:
ScratchCompatibleValue
)
:
void
Parameters
name
:
string
value
:
ScratchCompatibleValue
Returns
void
delete
Variable
deleteVariable
(
name
:
string
)
:
void
Parameters
name
:
string
Returns
void
rename
Variable
renameVariable
(
oldName
:
string
,
newName
:
string
)
:
void
Parameters
oldName
:
string
newName
:
string
Returns
void
request
Close
Connection
requestCloseConnection
()
:
void
Returns
void
update
Variable
updateVariable
(
name
:
string
,
value
:
ScratchCompatibleValue
)
:
void
Parameters
name
:
string
value
:
ScratchCompatibleValue
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
create
Variable
delete
Variable
rename
Variable
request
Close
Connection
update
Variable
@turbowarp/types-tw
Loading...