IncrementalSelection

class IncrementalSelection()

Methods

clearSelection

IncrementalSelection.clearSelection(this)
Arguments:
Return type:

Promise <void>

isIdle

IncrementalSelection.isIdle()
Return type:boolean

performSelection

IncrementalSelection.performSelection(this, beginConfig[, predicate])
Arguments:
Return type:

Promise <void>

IncrementalSelection.performSelection(this, beginConfig[, predicate])
Arguments:
Return type:

Promise <[NodeSelectionItem()]>

IncrementalSelection.performSelection(this, beginConfig, predicate, outItems)
Arguments:
Return type:

Promise <[NodeSelectionItem()]>

IncrementalSelection.performSelection(this, beginConfig[, predicate])
Arguments:
Return type:

Promise <void | [NodeSelectionItem()]>

stopSelection

IncrementalSelection.stopSelection()
Return type:Promise <void>

waitForIdle

IncrementalSelection.waitForIdle()
Return type:Promise <void>

static create

IncrementalSelection.create(mode, viewer)
Arguments:
Return type:

IncrementalSelection() <M>