Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ValueGroupConfigurationChangedEvent

Fired when the column assigned to any of the 3 value groups are changed or is unset for the current visual, or when the limit to unique boolean is changed for value group 1.

Hierarchy

Index

Properties

count?: number

The number of unique rows when grouped by column for value group N. Undefined if a column is not assigned to the value group.

The event sub-type.

id?: string

The column that has been assigned to value group N. This will be undefined if this is not set.

limitToUnique?: boolean

Whether we are limiting the display of values in the data table to a unique set of values in value group 1. This is always undefined for value groups 2 and 3.

name?: string

The name of the column assigned to the value group. Undefined if the column is not assigend to the value group.

rowCount: number

The number of rows in the data table after filering.

Generated using TypeDoc