@jsvision/datagrid / DistinctResult
Interface: DistinctResult
Defined in: datagrid/src/filter.ts:45
The distinct-value enumeration a value-list popup consumes: the formatted labels plus whether the source capped the list (so the popup can disclose truncation instead of silently under-reporting).
Properties
truncated?
readonlyoptionaltruncated?:boolean
Defined in: datagrid/src/filter.ts:49
true when the source truncated the list (a bounded/windowed distinct query).
values
readonlyvalues: readonlystring[]
Defined in: datagrid/src/filter.ts:47
The distinct formatted labels.