View Model Trigger Property
class ViewModelTriggerProperty(unsafeCppPointer: Long, fileLock: ReentrantLock) : ViewModelProperty<ViewModelTriggerProperty.TriggerUnit>
A trigger property of a ViewModelInstance. Use trigger fire the trigger.
See also
Types
Link copied to clipboard
class TriggerUnit
Properties
Link copied to clipboard
Getter/Setter for the underlying C++ pointer value.
Link copied to clipboard
Link copied to clipboard
Whether this objects underlying pointer is still valid.
Link copied to clipboard
Link copied to clipboard
The current value of the property, whether set by this property or by a data binding update.
Link copied to clipboard
A flow of the property's value. Use for observing changes.
Functions
Link copied to clipboard
Increments the references for this counter. Cannot be used for initialization - use refs.incrementAndGet instead.
Link copied to clipboard