Trilium Frontend API
    Preparing search index...

    Type Alias MatchPropertyPatterns<ValuePattern>

    MatchPropertyPatterns:
        | true
        | string
        | RegExp
        | Record<string, true | ValuePattern>
        | (string | RegExp | { key: string | RegExp; value: true | ValuePattern })[]

    Type Parameters

    • ValuePattern = string | RegExp