SheetXL - v0.3.20
    Preparing search index...

    Interface IScriptEditorElement

    Type returned via ref property

    interface IScriptEditorElement {
        close(): void;
        getEditor(): Editor;
        isScriptEditorElement(): true;
    }

    Hierarchy

    • HTMLDivElement
      • IScriptEditorElement
    Index

    Methods

    • Returns void

    • Returns Editor

    • Returns true