Orca Note Plugin API Documentation
    Preparing search index...

    Interface QueryBlock

    Query condition that matches blocks according their properties.

    interface QueryBlock {
        created?: {
            op?: 2 | 1 | 7 | 8 | 9 | 10;
            value?: Date | QueryJournalDate;
        };
        hasBackRefs?: boolean;
        hasChild?: boolean;
        hasParent?: boolean;
        hasTags?: boolean;
        includeDescendants?: boolean;
        kind: 9;
        modified?: { op?: 2
        | 1
        | 7
        | 8
        | 9
        | 10; value?: Date | QueryJournalDate };
        types?: { op?: 5 | 6; value?: string[] };
    }
    Index

    Properties

    created?: { op?: 2 | 1 | 7 | 8 | 9 | 10; value?: Date | QueryJournalDate }

    Whether to match blocks with a specific creation date

    hasBackRefs?: boolean

    Whether to match blocks with back references

    hasChild?: boolean

    Whether to match blocks with a child

    hasParent?: boolean

    Whether to match blocks with a parent

    hasTags?: boolean

    Whether to match blocks with tags

    includeDescendants?: boolean

    Whether to include descendant blocks in results

    kind: 9

    Kind identifier for block queries (9)

    modified?: { op?: 2 | 1 | 7 | 8 | 9 | 10; value?: Date | QueryJournalDate }

    Whether to match blocks with a specific modification date

    types?: { op?: 5 | 6; value?: string[] }

    The block types to match or not match