collection Properties
Parameters
value
The data binding configuration for the component's properties. Use this for a collection component. You can't specify tags
as a valid property for collectionProperties
.
suspend fun collectionProperties(vararg argument: Pair<String, suspend ComponentDataConfigurationArgsBuilder.() -> Unit>)
Parameters
argument
The data binding configuration for the component's properties. Use this for a collection component. You can't specify tags
as a valid property for collectionProperties
.
Parameters
values
The data binding configuration for the component's properties. Use this for a collection component. You can't specify tags
as a valid property for collectionProperties
.