Preparing search index...
The search index is not available
@maxgraph/core
@maxgraph/core
SelectionChange
Class SelectionChange
Action to change the current root in a view.
Implements
UndoableChange
Index
Constructors
constructor
Properties
added
graph
removed
Methods
execute
Constructors
constructor
new
Selection
Change
(
graph
,
added
?
,
removed
?
)
:
SelectionChange
Parameters
graph
:
Graph
added
:
Cell
[]
= []
removed
:
Cell
[]
= []
Returns
SelectionChange
Properties
added
added
:
Cell
[]
graph
graph
:
Graph
removed
removed
:
Cell
[]
Methods
execute
execute
(
)
:
void
Changes the current root of the view.
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
added
graph
removed
Methods
execute
@maxgraph/core
Loading...
Action to change the current root in a view.