Trilium Frontend API
    Preparing search index...

    Interface MatcherObjectPattern

    An object describing MatcherPattern. See ~MatcherPattern for examples and other options.

    interface MatcherObjectPattern {
        attributes?: MatchAttributePatterns;
        classes?: MatchClassPatterns;
        name?: string | RegExp;
        styles?: MatchStylePatterns;
    }
    Index

    Properties

    View element's attributes to match.

    View element's classes to match.

    name?: string | RegExp

    View element name to match.

    View element's styles to match.