Interface AnalyticsLinkBindingOptionsExperimental

Options for AnalyticsLinkedStateBinding construction.

interface AnalyticsLinkBindingOptions {
    clauseIds?: Partial<AnalyticsFilterClauseIds>;
    clausePrefix?: string;
    publishSelection?: boolean;
    publishTemporalFilter?: boolean;
    replaceSelection?: boolean;
}

Properties

clauseIds?: Partial<AnalyticsFilterClauseIds>

Explicit clause ids. Overrides clausePrefix.

clausePrefix?: string

Clause-id prefix, so several widgets over one dataset do not collide.

the artifact's artifactId

publishSelection?: boolean

Also publish select/deselect intents when a clicked mark carries targets.

true
publishTemporalFilter?: boolean

Mirror a brushed temporal window into the shared filters slice as a between clause on the artifact's temporal dimension.

true
replaceSelection?: boolean

Replace the shared selection when publishing mark targets.

true