OpenChemLib JS
    Preparing search index...

    Interface CanvasEditorElementConstructor

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

    Hierarchy

    • CustomElementConstructor
      • CanvasEditorElementConstructor
    Index

    Constructors

    Properties

    Constructors

    Properties

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