setArtboardProperty

fun setArtboardProperty(viewModelInstanceHandle: ViewModelInstanceHandle, propertyPath: String, artboardHandle: ArtboardHandle?)

Assign an artboard to a bindable artboard property on the view model instance, or clear the property if artboardHandle is null.

Parameters

viewModelInstanceHandle

The handle of the view model instance that the property belongs to.

propertyPath

The path to the property that should be assigned to. Slash delimited.

artboardHandle

The handle of the artboard to assign, or null to clear the property.

Throws

If the CommandQueue has been released.