Preparing search index...
The search index is not available
@maxgraph/core
@maxgraph/core
CurrentRootChange
Class CurrentRootChange
Action to change the current root in a view.
Implements
UndoableChange
Index
Constructors
constructor
Properties
is
Up
previous
root
view
Methods
execute
Constructors
constructor
new
Current
Root
Change
(
view
,
root
)
:
CurrentRootChange
Parameters
view
:
GraphView
root
:
null
|
Cell
Returns
CurrentRootChange
Properties
is
Up
is
Up
:
boolean
previous
previous
:
null
|
Cell
root
root
:
null
|
Cell
view
view
:
GraphView
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
is
Up
previous
root
view
Methods
execute
@maxgraph/core
Loading...
Action to change the current root in a view.