Creates a new stencil editor set.
editor set identifier.
stencil set.
Connector types available in this stencil editor set.
A mapping collection of connectors and corresponding editors.
The default selected connector type.
Optional
defaultLocalization strings.
Optional
displayDisplay name for the editor set.
Editor set identifier.
Optional
newThe default document to load when creating a new diagram for this set.
A mapping collection of stencils and corresponding editors.
StencilSet covered by the editor set.
Adds an editor type for one or more connector types.
editor type.
Rest
...connectorTypes: typeof ConnectorBase[]list of connector types to be edited by this editor.
Adds an editor type for one or more stencil types.
editor type.
Rest
...stencilTypes: typeof StencilBase[]list of stencil types to be edited by this editor.
Returns an editor type for the provided connector type.
connector type.
if specified returns a custom editor type for the supplied connector type, otherwise returns the default editor type for this stencil editor set.
Returns an editor type for the provided stencil type.
stencil type.
if specified returns a custom editor type for the supplied stencil type, otherwise returns the default editor type for this stencil editor set.
Generated using TypeDoc
Represents a collection of stencil and connector types and respective editors for a specific diagram type creation and editing.