Skip to content

VaultMD / WhereValue

Type Alias: WhereValue

WhereValue = string | number | boolean

Defined in: src/query/models/where-map.ts:6

A scalar frontmatter value usable as a filter operand. where compares top-level keys only, so a nested map or list is not filterable — read one off NoteHit.frontmatter instead.

Released under the MIT License.