Trilium Frontend API
    Preparing search index...

    Type Alias ModelNodeAttributes

    ModelNodeAttributes: Record<string, unknown> | Iterable<[string, unknown]>

    Represents a set of model node attributes, accepted as either a plain object with string keys or an iterable of [ key, value ] pairs (e.g., a Map).

    See module:utils/tomap~toMap for more details and examples.