setBoolean

fun setBoolean(propertyPath: String, value: Boolean)

Sets a boolean property on this view model instance.

ℹ️ Changes to bound Rive elements will not be reflected until the next state machine advance.

Parameters

propertyPath

The path to the property from this view model instance. Slash delimited to refer to nested properties.

value

The value to set the property to.