Interface: SelectionOptions
Extends
Properties
boxSelect?
optionalboxSelect?:boolean
Drag selection box (multiple mode only, disabled by default).
enabled?
optionalenabled?:boolean
Inherited from
inactiveOpacity?
optionalinactiveOpacity?:number
Opacity of unselected nodes while a selection is active (0.45 by default).
itemStyle?
optionalitemStyle?:SelectionItemStyle
Appearance of selected nodes.
mode?
optionalmode?:"single"|"multiple"
single — each selection replaces the previous one; multiple — boxes and clicks accumulate the selection (clicking a node toggles it).