Preparing search index...
The search index is not available
@turbowarp/types-tw
@turbowarp/types-tw
scratch-vm-extension
Scratch
ExecutableBlock
Interface ExecutableBlock
interface
ExecutableBlock
{
arguments
?:
Record
<
string
,
Argument
>
;
blockIconURI
?:
string
;
filter
?:
(
"target"
|
"sprite"
)
[]
;
func
?:
string
;
hideFromPalette
?:
boolean
;
opcode
:
string
;
text
:
string
|
string
[]
;
}
Hierarchy (
View Summary
)
AbstractBlock
ExecutableBlock
BooleanBlock
CommandBlock
ConditionalBlock
EventBlock
HatBlock
ReporterBlock
LoopBlock
Index
Properties
arguments?
block
IconURI?
filter?
func?
hide
From
Palette?
opcode
text
Properties
Optional
arguments
arguments
?:
Record
<
string
,
Argument
>
Optional
block
IconURI
blockIconURI
?:
string
Optional
filter
filter
?:
(
"target"
|
"sprite"
)
[]
Optional
func
func
?:
string
Optional
hide
From
Palette
hideFromPalette
?:
boolean
opcode
opcode
:
string
text
text
:
string
|
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
arguments
block
IconURI
filter
func
hide
From
Palette
opcode
text
@turbowarp/types-tw
Loading...