Preparing search index...
The search index is not available
@turbowarp/types-tw
@turbowarp/types-tw
scratch-vm-extension
Scratch
ConditionalBlock
Interface ConditionalBlock
interface
ConditionalBlock
{
arguments
?:
Record
<
string
,
Argument
>
;
blockIconURI
?:
string
;
blockShape
?:
2
|
1
|
3
;
blockType
:
"conditional"
;
branchCount
?:
number
;
filter
?:
(
"target"
|
"sprite"
)
[]
;
func
?:
string
;
hideFromPalette
?:
boolean
;
isTerminal
?:
boolean
;
opcode
:
string
;
text
:
string
|
string
[]
;
}
Hierarchy (
View Summary
)
ExecutableBlock
ConditionalBlock
Index
Properties
arguments?
block
IconURI?
block
Shape?
block
Type
branch
Count?
filter?
func?
hide
From
Palette?
is
Terminal?
opcode
text
Properties
Optional
arguments
arguments
?:
Record
<
string
,
Argument
>
Optional
block
IconURI
blockIconURI
?:
string
Optional
block
Shape
blockShape
?:
2
|
1
|
3
block
Type
blockType
:
"conditional"
Optional
branch
Count
branchCount
?:
number
Defaults to 1.
Optional
filter
filter
?:
(
"target"
|
"sprite"
)
[]
Optional
func
func
?:
string
Optional
hide
From
Palette
hideFromPalette
?:
boolean
Optional
is
Terminal
isTerminal
?:
boolean
Defaults to false.
opcode
opcode
:
string
text
text
:
string
|
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
arguments
block
IconURI
block
Shape
block
Type
branch
Count
filter
func
hide
From
Palette
is
Terminal
opcode
text
@turbowarp/types-tw
Loading...
Defaults to 1.