BasesEntryGroup
Official
A group of obsidian#BasesEntry objects for a given value of the groupBy key. If there are entries in the results which do not have a value for the groupBy key, the key will be the NullValue.
Import:
import { BasesEntryGroup } from 'obsidian';Signature:
export class BasesEntryGroupConstructor
new BasesEntryGroup(entries: BasesEntry[], key: unknown)Constructor.
To get the constructor instance, use getBasesEntryGroupConstructor from obsidian-typings/implementations.
Properties
| Property | Type | Description | |
|---|---|---|---|
| entries | BasesEntry[] | Entries in this group. | |
| key? | Value | The value of the groupBy key for this entry group. |
Methods
| Method | Returns | Description | |
|---|---|---|---|
| hasKey() | boolean | Whether this entry group has a non-null key. |
Links to this page: