Skip to main content

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

ParameterTypeDescription
typestring

Returns:

boolean