Home > @jsplumbtoolkit/browser-ui > isEdgeEditingSupported
isEdgeEditingSupported() function
Returns whether or not there is an edge editor registered for connectors of the given type.
Signature:
export declare function isEdgeEditingSupported(type: string): boolean;
Parameters
Parameter | Type | Description |
---|---|---|
type | string |
Returns:
boolean