Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ConfigurationChangedEventType

Configuration changed event types.

Index

Enumeration members

COLOR_RULES = "colorRules"

Fired when color rules for the current visual change. See ColorRulesConfigurationChangedEvent.

COLUMNS = "columns"

Fired when column are added or removed from the active data table. See ColumnsConfigurationChangedEvent.

COLUMN_PROPERTIES = "columnProperties"

Fired when column properties change for columns in the active data table e.g. name, data types etc. See ColumnPropertiesConfigurationChangedEvent

DATA_TABLE = "dataTable"

Fired when the active data table is changed. See DataTableChangedEvent.

DATA_TABLES_CHANGED = "dataTablesChanged"

Fired when a data table is added or removed from the document. See DataTablesChangedEvent.

DATA_TABLE_NAME = "dataTableName"

Fired when the active data table name is changed. See DataTableNameChangedEvent

DOCUMENT_PROPERTIES = "documentProperties"

Fired when document properties are added, removed or modified.

FILTER_TYPE = "filterType"

Fired when filter types are changed.

LIMIT_TO_UNIQUE = "limitToUnique"

Fired when limiting to unique values from the column defined by value group 1 is changed for the current visual. See ValueGroupConfigurationChangedEvent.

MARKING_CONFIGURATION = "markingConfiguration"

Fired when the marking configuration for the current visual is changed. See MarkingConfigurationChangedEvent.

PRIMARY_KEY_COLUMNS = "primaryKeyColumns"

Fired when the primary key columns change for the active data table. See PrimaryKeyColumnsChangedEvent.

RENDERER = "renderer"

Fired when the column renderers change for the columns in the active data table. See RendererConfigurationChangedEvent.

SORT_CRITERIA = "sortCriteria"

Fired when the sorting changes for the active data table. See SortConfigurationChangedEvent.

VALUE_GROUP_1 = "valueGroup1"

Fired when the column assigned to value group 1 is changed or is unset for the current visual. See ValueGroupConfigurationChangedEvent.

VALUE_GROUP_2 = "valueGroup2"

Fired when the column assigned to value group 2 is changed or is unset for the current visual. See ValueGroupConfigurationChangedEvent.

VALUE_GROUP_3 = "valueGroup3"

Fired when the column assigned to value group 3 is changed or is unset for the current visual. See ValueGroupConfigurationChangedEvent.

Generated using TypeDoc