Unions

The following unions are available in the Data component:

NameValueDescription
ValueType
'number' | 'string' | 'Date' | 'boolean'

Defines the supported data types for datamanager values, used in filtering, sorting, and other operations.

  • number - Represents numeric values.
  • string - Represents text values.
  • Date - Represents date values.
  • boolean - Represents true/false values.