property Definitions
Parameters
value
An map of the property definitions in the component type. Each property definition's key must be unique to this map.
suspend fun propertyDefinitions(vararg argument: Pair<String, suspend ComponentTypePropertyDefinitionArgsBuilder.() -> Unit>)
Parameters
argument
An map of the property definitions in the component type. Each property definition's key must be unique to this map.
Parameters
values
An map of the property definitions in the component type. Each property definition's key must be unique to this map.