Trilium Frontend API
    Preparing search index...

    Type Alias MatcherFunctionPattern

    MatcherFunctionPattern: (element: ViewElement) => Match | Consumables | null

    A function describing MatcherPattern. See ~MatcherPattern for examples and other options.

    Type Declaration