Optional
setOptional
unloadedOptional
addedThis method will get called when objects have been added to the selection.
Iterable<@bimworks/jssdk#Qid> that provides the @bimworks/jssdk#Qids of the objects added to the selection set. @type:
Optional
addedOptional
colorOptional
colorOptional
primaryOptional
removedOptional
removedOptional
setOptional
setOptional
setThis method will get called when the set of selected objects has been
Iterable<@bimworks/jssdk#Qid> that provides the @bimworks/jssdk#Qids of the objects added to the selection set. @type:
Optional
setOptional
viewFit the given object into view.
Optional
options: ViewFitOptionsOptional
viewFit the given models into view.
Optional
options: ViewFitOptionsGenerated using TypeDoc
An interface that can be implemented to be notified about certain ObjectStateManager related events. All of the methods allow the ability to return a Promise. When a Promise is returned, the ObjectStateManager will wait before it will trigger the next listener until the Promise resolves. Keep that in mind when returning a Promise.