Trilium Frontend API
    Preparing search index...

    Interface ConstrainBooleanOrDOMStringParameters

    interface ConstrainBooleanOrDOMStringParameters {
        exact?: string | boolean;
        ideal?: string | boolean;
    }
    Index

    Properties

    Properties

    exact?: string | boolean
    ideal?: string | boolean