MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / BoardColumn

Interface BoardColumn

packages/shared-domain/src/database-transforms.ts:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131// ---------------------------------------------------------------------------
132
133export interface BoardColumn {
134 /** Option value, or EMPTY_GROUP for unset/unmatched rows. */
135 key: string
136 rows: DbRow[]
137}
138
139/**
140 * Group rows by a `select` field's value. Columns follow `optionOrder` (option

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected