scratch-dsl
Toggle table of contents
master
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
scratch-dsl
scratch-dsl
/
org.scratchapi.scratchdsl
/
ProcedurePrototypeBuilder
/
boolean
boolean
fun
boolean
(
name
:
String
,
default
:
String
=
"false"
)
:
ProcedureArgumentBoolean
Adds a boolean input to the custom block definition.
Parameters
name
The name of the argument.
default
The default value.