Orca Note Plugin API Documentation
    Preparing search index...

    Interface QueryNoRef

    Query condition that matches blocks not referencing a specific block.

    interface QueryNoRef {
        blockId: number;
        kind: 7;
    }
    Index

    Properties

    Properties

    blockId: number

    ID of the block that should not be referenced

    kind: 7

    Kind identifier for no-reference queries (7)