Preparing search index...
The search index is not available
@turbowarp/types-tw
@turbowarp/types-tw
scratch-vm
VM
Block
Interface Block
interface
Block
{
fields
:
Record
<
string
,
Field
>
;
id
:
string
;
inputs
:
Record
<
string
,
Input
>
;
mutation
:
null
|
ProcedureCallMutation
|
ProcedurePrototypeMutation
;
next
:
null
|
string
;
opcode
:
string
;
parent
:
null
|
string
;
shadow
:
boolean
;
topLevel
:
boolean
;
}
Index
Properties
fields
id
inputs
mutation
next
opcode
parent
shadow
top
Level
Properties
fields
fields
:
Record
<
string
,
Field
>
id
id
:
string
inputs
inputs
:
Record
<
string
,
Input
>
mutation
mutation
:
null
|
ProcedureCallMutation
|
ProcedurePrototypeMutation
next
next
:
null
|
string
opcode
opcode
:
string
parent
parent
:
null
|
string
shadow
shadow
:
boolean
top
Level
topLevel
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fields
id
inputs
mutation
next
opcode
parent
shadow
top
Level
@turbowarp/types-tw
Loading...