View Model Artboard Property
class ViewModelArtboardProperty(unsafeCppPointer: Long, fileLock: ReentrantLock) : ViewModelProperty<Unit>
An artboard property of a ViewModelInstance.
Unlike other property types, this property can only be set. It cannot be read or observed. It's value and valueFlow are not applicable and will always return Unit.
Parameters
unsafe Cpp Pointer
Pointer to the C++ counterpart.
file Lock
Lock shared by the File and native graph this property mutates. Updated through ViewModelProperty.updateFileLock when assigned to another native graph.
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