Orca Note Plugin API Documentation
    Preparing search index...

    Interface QueryBlock2

    Query condition that matches blocks according their properties.

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

    Properties

    backRefs?: { op?: 2 | 1 | 7 | 8 | 10 | 9; value?: number }

    Whether to match blocks with a specific number of back references

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

    Whether to match blocks with a specific creation date

    hasAliases?: boolean

    Whether to match blocks with aliases

    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

    kind: 9

    Kind identifier for block queries (9)

    modified?: { op?: 2 | 1 | 7 | 8 | 10 | 9; 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