Orca Note Plugin API Documentation
    Preparing search index...

    Interface QueryBlockMatch2

    Query condition that matches specific blocks by their ID.

    interface QueryBlockMatch2 {
        blockId?: number;
        kind: 12;
    }
    Index

    Properties

    Properties

    blockId?: number

    ID of the specific block to match

    kind: 12

    Kind identifier for block match queries (12)