Orca Note Plugin API Documentation
    Preparing search index...

    Interface IdContent

    Simple structure containing a block ID and its content. Used when only ID and content are needed without full block metadata.

    interface IdContent {
        content: null | ContentFragment[];
        id: number;
    }
    Index

    Properties

    Properties

    content: null | ContentFragment[]

    The block's content fragments, or null if no content

    id: number

    The block ID