Trevixal API
    Preparing search index...

    Interface EditorChange

    interface EditorChange {
        editor: Editor;
        html: string;
        json: NodeJSON;
    }
    Index
    editor: Editor
    html: string
    json: NodeJSON