Trilium Backend API
    Preparing search index...

    Interface Attribute

    The description of an individual attribute.

    interface Attribute {
        name: string;
        namespace?: string;
        prefix?: string;
        value: string;
    }
    Index

    Properties

    name: string
    namespace?: string
    prefix?: string
    value: string