Orca Note Plugin API Documentation
    Preparing search index...

    Interface QueryJournal

    Query condition that matches journal blocks in a date range.

    interface QueryJournal {
        end: QueryJournalDate;
        includeDescendants?: boolean;
        kind: 3;
        start: QueryJournalDate;
    }
    Index

    Properties

    End date for the journal range

    includeDescendants?: boolean

    Whether to include descendant blocks in results

    kind: 3

    Kind identifier for journal queries (3)

    Start date for the journal range