Interface AnalyticsFilterClauseIdsExperimental

Clause ids the binding owns inside the shared filters slice.

interface AnalyticsFilterClauseIds {
    marks: string;
    range: string;
    temporal: string;
}

Properties

Properties

marks: string

Clause id for category / mark filtering.

range: string

Clause id for a brushed numeric range.

temporal: string

Clause id for a brushed temporal window.