Usages of SelectionIndicatorManager
Properties
| selectionIndicatorManager | in GraphComponent | Gets or sets the selectionIndicatorManager property. |
Method Parameters
| GraphComponent (HTMLElement, ) | in GraphComponent | Creates a new instance of the GraphComponent in the given div element. | |
| GraphComponent () | in GraphComponent | Creates a new instance of the GraphComponent. | |
| GraphComponent (string, ) | in GraphComponent | Creates a new instance of GraphComponent using the div element that is specified by the selector. |
Extending Types
| WebGLSelectionIndicatorManager | A specialization of the SelectionIndicatorManager<T> class that delegates its work to WebGLGraphModelManager. |