Interface IStencilSet

Stencil set descriptor.

Hierarchy

  • IStencilSet

Implemented by

Properties

connectorTypes: IConnectorProperties[]

Connector types available in the stencil set.

displayName: string

Stencil set display name

id: string

Stencil set identifier

stencilTypes: IStencilProperties[]

Stencil types available in the stencil set.

Methods

  • Returns contextual connector type properties for the supplied connecter type within a stencil set.

    Parameters

    Returns undefined | IConnectorProperties

  • Returns contextual properties for the supplied stencil type within a stencil set.

    Parameters

    • stencilType: string | typeof StencilBase

      stencil type

    Returns undefined | IStencilProperties

Generated using TypeDoc