Preparing search index...
The search index is not available
@turbowarp/types-tw
@turbowarp/types-tw
scratch-vm
VM
AddonBlock
Interface AddonBlock
interface
AddonBlock
{
arguments
:
string
[]
;
hidden
?:
boolean
;
namesIdsDefaults
:
[
string
[]
,
string
[]
,
string
[]
]
;
procedureCode
:
string
;
callback
(
args
:
Record
<
string
,
string
|
number
|
boolean
>
,
util
:
BlockUtility
,
)
:
void
;
}
Hierarchy (
View Summary
)
AddonBlockOptions
AddonBlock
Index
Properties
arguments
hidden?
names
Ids
Defaults
procedure
Code
Methods
callback
Properties
arguments
arguments
:
string
[]
Optional
hidden
hidden
?:
boolean
names
Ids
Defaults
namesIdsDefaults
:
[
string
[]
,
string
[]
,
string
[]
]
procedure
Code
procedureCode
:
string
Methods
callback
callback
(
args
:
Record
<
string
,
string
|
number
|
boolean
>
,
util
:
BlockUtility
,
)
:
void
Parameters
args
:
Record
<
string
,
string
|
number
|
boolean
>
util
:
BlockUtility
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
arguments
hidden
names
Ids
Defaults
procedure
Code
Methods
callback
@turbowarp/types-tw
Loading...