Skip to content

BasesQueryResultGroup

Unofficial

A group of entries in a BasesQueryResult, keyed by a grouping value.

Import:

import type { BasesQueryResultGroup } from 'obsidian';

Signature:

export interface BasesQueryResultGroup

Properties

PropertyTypeDescription
entriesBasesEntry[]The entries belonging to the group.
keyValueThe value the group is keyed by.