View Model Property
A property of type T of a ViewModelInstance. Use value to mutate the property. use valueFlow to subscribe to changes on the value.
Parameters
unsafe Cpp Pointer
Pointer to the C++ counterpart.
file Lock
Lock shared by the File and native graph this property mutates. Subclasses use it to synchronize native access and to migrate dependent wrappers in updateFileLock. Writes should be limited to updateFileLock implementations.
Inheritors
Properties
Functions
Link copied to clipboard
Increments the references for this counter. Cannot be used for initialization - use refs.incrementAndGet instead.
Link copied to clipboard