SheetXL - v0.3.20
    Preparing search index...

    Implemented by the editor to allow for ui interactions.

    interface Editor {
        insertSnippet: (snippet: string) => void;
    }
    Index

    Properties

    Properties

    insertSnippet: (snippet: string) => void

    Insert a snippet of text into the editor.

    Inserts the snippet before the current function.