functions

@JvmName(name = "hwxariflkgnuqpaw")
suspend fun functions(value: Output<Map<String, ComponentTypeFunctionArgs>>)
@JvmName(name = "yxviuacbtwadrpmf")
suspend fun functions(value: Map<String, ComponentTypeFunctionArgs>?)

Parameters

value

a Map of functions in the component type. Each function's key must be unique to this map.


@JvmName(name = "vvrtadycuywyiufk")
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.


@JvmName(name = "lflukcyypnophpcq")
fun functions(vararg values: Pair<String, ComponentTypeFunctionArgs>)

Parameters

values

a Map of functions in the component type. Each function's key must be unique to this map.