Trevixal API
    Preparing search index...

    Interface InputRuleContext

    interface InputRuleContext {
        block: EditorNode;
        blockPath: Path;
        from: number;
        state: EditorState;
        to: number;
    }
    Index
    block: EditorNode
    blockPath: Path
    from: number

    Matched range in the block's existing inline content ([from, caret)).

    to: number