Type containing specific types for each binary filter
Type containing specific type of all available binary filters as arguments
Aliases all channel names
Aliases all possible channel types
Union of all channel kinds - this is more fine-grained than is declared by the vega-lite specification
Describes the shape of the state managed by the channels reducer
Union of all constant selector kinds
The type alias for a data source id - you must cast to make a new instance this type, as it is impossible to construct. Generally, a library consumer should never need to make one - the library yields these where appropriate, and accepts them where required.
Type function which takes a type, and makes it readonly down to the leaves
A FieldDescriptor is simply a Field after it has been assigned an id
Alias for a brnaded number representing a field id
Union of all filter descriptors
Union of the specific type of all available filters when used as action arguments
Union of either a nested filter or a selector of a value
Union of all possible values for a filter when defined as an argument to an action
Union representing a selector of a value of some kind
Simplified representation of a value selector used in action creation arguments
Enumeration of all valid binary operator filter kinds
Generated using TypeDoc
Helper alias for any data source - generally DataSource is sufficient,
but the bellow yields slightly nicer intellisense internally