Trilium Frontend API
    Preparing search index...

    Interface Filter

    interface Filter {
        field: string;
        type: FilterType;
        value: any;
    }
    Index

    Properties

    Properties

    field: string
    value: any