Skip to content

@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?

readonly optional truncated?: boolean

Defined in: datagrid/src/filter.ts:49

true when the source truncated the list (a bounded/windowed distinct query).


values

readonly values: readonly string[]

Defined in: datagrid/src/filter.ts:47

The distinct formatted labels.