Type Alias: InteractionDetails
InteractionDetails:
object
Represents a comprehensive mapping structure containing all available data sources, fields, and filter fields for the component.
optional
dataSources:DataSource
[]
Optional. An array of available data sources.
fields:
Map
<string
,Field
[]>
Required. A map of field arrays keyed by data source API name.
filterFields:
Map
<string
,Field
[]>
Required. A map of filter field arrays keyed by data source API name.
types/types.ts:699