| onGraphComponentChanged (GraphComponent, GraphComponent) | in
GraphEditorInputMode | Called when the graphComponent property changes. |
| NavigationInputMode () | in
NavigationInputMode | Initializes a new instance of the NavigationInputMode class. |
| onSetCurrentItem (GraphComponent, IModelItem) | in
NavigationInputMode | Actually sets the current item property. |
| selectItem (GraphComponent, IModelItem, boolean) | in
NavigationInputMode | Selects the given item. |
| setGraphComponent (GraphComponent) | in
NavigationInputMode | Sets the graphComponent to use for the various actions. |
| LayoutExecutor (GraphComponent, ILayoutAlgorithm, ) | in
LayoutExecutor | Initializes a new instance of the LayoutExecutor class. |
| LayoutExecutor (GraphComponent, IGraph, ILayoutAlgorithm, ) | in
LayoutExecutor | Initializes a new instance of the LayoutExecutor class. |
| LayoutExecutorAsync (function(object):Promise<object>, GraphComponent, LayoutDescriptor?, LayoutData<INode,IEdge,ILabel,ILabel>?, ) | in
LayoutExecutorAsync | Creates a new instance of a layout execution helper that will asynchronously perform the calculations and optionally animate the layout on the given graphComponent . |
| GraphOverviewComponent (HTMLElement, GraphComponent?) | in
GraphOverviewComponent | Creates a new instance of GraphOverviewComponent using the HTMLElement that is optionally bound to the provided graphComponent. |
| GraphOverviewComponent (GraphComponent?) | in
GraphOverviewComponent | Creates a new instance that is optionally bound to the provided graphComponent. |
| GraphOverviewComponent (string, GraphComponent?) | in
GraphOverviewComponent | Creates a new instance of GraphOverviewComponent using the div element that is specified by the selector and that is optionally bound to the provided graphComponent. |