Trilium Frontend API
    Preparing search index...

    Interface AttributeRow

    interface AttributeRow {
        attributeId: string;
        componentId: string;
        isDeleted?: boolean;
        isInheritable?: boolean;
        name?: string;
        noteId?: string;
        type?: AttributeType;
        value?: string;
    }
    Index

    Properties

    attributeId: string
    componentId: string
    isDeleted?: boolean
    isInheritable?: boolean
    name?: string
    noteId?: string
    value?: string