trilium
    Preparing search index...
    interface Attribute {
        attributeId?: string;
        endIndex?: number;
        isInheritable?: boolean;
        name: string;
        noteId?: string;
        startIndex?: number;
        type: AttributeType;
        value?: string;
    }
    Index

    Properties

    attributeId?: string
    endIndex?: number
    isInheritable?: boolean
    name: string
    noteId?: string
    startIndex?: number
    value?: string