trilium
    Preparing search index...
    interface DefinitionObject {
        inverseRelation?: string;
        isPromoted?: boolean;
        labelType?: LabelType;
        multiplicity?: Multiplicity;
        numberPrecision?: number;
        promotedAlias?: string;
    }
    Index

    Properties

    inverseRelation?: string
    isPromoted?: boolean
    labelType?: LabelType
    multiplicity?: Multiplicity
    numberPrecision?: number
    promotedAlias?: string