Orca Note Plugin API Documentation
    Preparing search index...

    Interface QueryRef

    Query condition that matches blocks referencing a specific block.

    interface QueryRef {
        blockId: number;
        includeDescendants?: boolean;
        kind: 6;
    }
    Index

    Properties

    blockId: number

    ID of the block that should be referenced

    includeDescendants?: boolean

    Whether to include descendant blocks in results

    kind: 6

    Kind identifier for reference queries (6)