Home > @jsplumbtoolkit/browser-ui > ConnectorEditorActivateParams
ConnectorEditorActivateParams interface
Signature:
export interface ConnectorEditorActivateParams
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
anchorPositionFinder? | (el: Element, elxy: PointXY, vertex: Vertex) => ArrayAnchorSpec | null | (Optional) | |
deleteButton? | boolean | (Optional) | |
onMaybeDelete? | (edge: Edge, connection: Connection, doDelete: (data: Record<string, any>) => any) => any | (Optional) | |
overlays? | Array<FullOverlaySpec> | (Optional) |