Usages of GraphClipboard
Properties
clipboard | in ClipboardOperationContext | The GraphClipboard that created this instance. | |
DEFAULT_GRAPH_CLIPBOARD | in GraphClipboard | Gets a GraphClipboard instance that is used by default for clipboard so that it is shared between multiple GraphComponent instances. | |
clipboard | in IGraphClipboardContext | Gets the clipboard that created this context and is used during the current operation. | |
clipboard | in GraphComponent | Gets or sets the GraphClipboard associated with this control. |
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 . |