Trevixal API
    Preparing search index...

    Interface EditorStateConfig

    interface EditorStateConfig {
        content?: NodeJSON;
        doc?: EditorNode;
        schema: Schema;
        selection?: Selection;
    }
    Index
    content?: NodeJSON

    Initial document as canonical JSON.

    Initial document. Takes precedence over content.

    schema: Schema
    selection?: Selection