trilium
    Preparing search index...
    interface FAttributeRow {
        attributeId: string;
        isInheritable: boolean;
        name: string;
        noteId: string;
        position: number;
        type: AttributeType;
        value: string;
    }
    Index

    Properties

    attributeId: string
    isInheritable: boolean
    name: string
    noteId: string
    position: number
    value: string