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

Property Type Description
entries BasesEntry[] The entries belonging to the group.
key Value The value the group is keyed by.