Skip to content

Interface: SelectionClauseLike

Defined in: mosaic-selection.ts:82

The slice of a Selection clause this module reads or writes.

Properties

clients?

optional clients?: unknown

Defined in: mosaic-selection.ts:86

Clients this clause must not filter (crossfilter self-exclusion).


meta?

optional meta?: unknown

Defined in: mosaic-selection.ts:91


predicate

predicate: unknown

Defined in: mosaic-selection.ts:90

The prebuilt SQL predicate; null IS the retraction.


source

source: object

Defined in: mosaic-selection.ts:84

Stable identity — publishing from the same source REPLACES the clause.


value

value: unknown

Defined in: mosaic-selection.ts:88

The semantic value ([lo, hi], picked points, …); null when retracted.