trilium
    Preparing search index...
    interface AttributeRow {
        attributeId?: string;
        isInheritable?: boolean;
        name: string;
        noteId?: string;
        position?: null | number;
        type: AttributeType;
        utcDateModified?: string;
        value?: string;
    }
    Index

    Properties

    attributeId?: string
    isInheritable?: boolean
    name: string
    noteId?: string
    position?: null | number
    utcDateModified?: string
    value?: string