Orca Note Plugin API Documentation
    Preparing search index...

    Interface CursorNodeData

    Detailed cursor position within a specific block.

    interface CursorNodeData {
        blockId: number;
        index: number;
        isInline: boolean;
        offset: number;
    }
    Index

    Properties

    blockId: number

    ID of the block where the cursor is located

    index: number

    Index within the block's content array

    isInline: boolean

    Whether the cursor is in inline content

    offset: number

    Character offset within the content item