Bindable Artboard
A BindableArtboard is an artboard reference that can be assigned to a ViewModelArtboardProperty. It should only be used for that purpose and cannot be used as a regular Artboard.
Instances of this class are created via File.createBindableArtboardByName or File.createDefaultBindableArtboard.
⚠️Important: This bindable artboard can outlive the File instance that created it, but in order to do so it has an extra reference count. You need to call release when you are done with it, otherwise it will leak memory.
Parameters
The pointer to the native object.
The view model instance to apply to the artboard instance when bound.
Throws
If the supplied instance has been disposed.
Properties
Functions
Increments the references for this counter. Cannot be used for initialization - use refs.incrementAndGet instead.
Decrements the reference counter.