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
/
number
number
fun
number
(
name
:
String
,
default
:
String
=
"1"
)
:
ProcedureArgumentStringNumber
Adds a number input to the custom block definition.
Parameters
name
The name of the argument.
default
The default value.