Interface IStencilEditorSet

Stencil editor set descriptor.

Hierarchy

  • IStencilEditorSet

Implemented by

Properties

availableConnectorTypes: typeof ConnectorBase[]

Connector types available in this stencil editor set.

connectorEditorTypes: Map<typeof ConnectorBase, typeof ConnectorBaseEditor>

A mapping collection of connectors and corresponding editors.

defaultConnectorType: typeof ConnectorBase

The default selected connector type.

defaultStringSet?: StringSet

Localization strings.

displayName?: string

Display name for the editor set.

id: string

Editor set identifier.

stencilEditorTypes: Map<typeof StencilBase, typeof StencilBaseEditor>

A mapping collection of stencils and corresponding editors.

stencilSet: StencilSet

StencilSet covered by the editor set.

Methods

Generated using TypeDoc