functions
Parameters
value
a Map of functions in the component type. Each function's key must be unique to this map.
suspend fun functions(vararg argument: Pair<String, suspend ComponentTypeFunctionArgsBuilder.() -> Unit>)
Parameters
argument
a Map of functions in the component type. Each function's key must be unique to this map.
Parameters
values
a Map of functions in the component type. Each function's key must be unique to this map.