Home > @jsplumbtoolkit/browser-ui > SelectionModes
SelectionModes enum
Possible modes for a Selection. mixed: any combination of vertices and edges is supported isolated: either a set of vertices, or a set of edges, but not both at the same time nodesOnly: only Node objects groupsOnly: only Group objects edgesOnly:only Edge object.
Signature:
export declare enum SelectionModes
Enumeration Members
Member | Value | Description |
---|---|---|
edgesOnly | "edgesOnly" | |
groupsOnly | "groupsOnly" | |
isolated | "isolated" | |
mixed | "mixed" | |
nodesOnly | "nodesOnly" |