| 131 | // --------------------------------------------------------------------------- |
| 132 | |
| 133 | export 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 |
nothing calls this directly
no outgoing calls
no test coverage detected