Interface CanvasEditorElementConstructor

interface CanvasEditorElementConstructor {
    new CanvasEditorElementConstructor(
        ...params: any[],
    ): CanvasEditorElement;
    new CanvasEditorElementConstructor(...params: any[]): HTMLElement;
    MODE: CanvasEditorElementModeEnum;
    observedAttributes: ["idcode", "fragment", "mode", "readonly"];
}

Hierarchy

  • CustomElementConstructor
    • CanvasEditorElementConstructor

Constructors

Properties

Constructors

Properties

observedAttributes: ["idcode", "fragment", "mode", "readonly"]