IncrementalSelection
- 
class 
IncrementalSelection() 
Methods
clearSelection
- 
IncrementalSelection.clearSelection(this) Arguments: - this (
IncrementalSelection()<’SelectionManager’>) – None 
Return type: Promise <void>
- this (
 
performSelection
- 
IncrementalSelection.performSelection(this, beginConfig[, predicate]) Arguments: - this (
IncrementalSelection()<’SelectionManager’>) – None - beginConfig (BeginConfig) – None
 - predicate (Predicate | null) – optional None
 
Return type: Promise <void>
- this (
 
- 
IncrementalSelection.performSelection(this, beginConfig[, predicate]) Arguments: - this (
IncrementalSelection()<’View’>) – None - beginConfig (BeginConfig) – None
 - predicate (Predicate | null) – optional None
 
Return type: Promise <[
NodeSelectionItem()]>- this (
 
- 
IncrementalSelection.performSelection(this, beginConfig, predicate, outItems) Arguments: - this (
IncrementalSelection()<’View’>) – None - beginConfig (BeginConfig) – None
 - predicate (Predicate | null | undefined) – None
 - outItems ([
NodeSelectionItem()]) – None 
Return type: Promise <[
NodeSelectionItem()]>- this (
 
- 
IncrementalSelection.performSelection(this, beginConfig[, predicate]) Arguments: - this (
IncrementalSelection()<Mode>) – None - beginConfig (BeginConfig) – None
 - predicate (Predicate | null) – optional None
 
Return type: Promise <void | [
NodeSelectionItem()]>- this (
 
static create
- 
IncrementalSelection.create(mode, viewer) Arguments: - mode (
M()) – - viewer (
IWebViewer()) – 
Return type: - mode (