Interface StencilEditorProperties

Describes the properties object passed to the StencilBaseEditor constructor.

Hierarchy

  • StencilEditorProperties

Properties

container: SVGGElement

SVG container for the stencil and editor elements.

iid: number

Internal identifier for the stencil.

language: Language

Language (localization) subsystem.

overlayContainer: HTMLDivElement

HTML overlay container for editor's HTML elements (such as label text editor).

settings: EditorSettings

Settings for the editor.

stencil?: StencilBase

Previously created stencil to edit.

stencilType: typeof StencilBase

Type of stencil to create.

Generated using TypeDoc