binding Properties
Parameters
value
The information to connect a component's properties to data at runtime. You can't specify tags
as a valid property for bindingProperties
.
suspend fun bindingProperties(vararg argument: Pair<String, suspend ComponentBindingPropertiesValueArgsBuilder.() -> Unit>)
Parameters
argument
The information to connect a component's properties to data at runtime. You can't specify tags
as a valid property for bindingProperties
.
Parameters
values
The information to connect a component's properties to data at runtime. You can't specify tags
as a valid property for bindingProperties
.