# Type alias ExecuteQueryParams
ExecuteQueryParams:
object
Parameters for useExecuteQuery hook.
# Type declaration
# dataSource
dataSource?: DataSource
Data source the query is run against - e.g. Sample ECommerce
If not specified, the query will use the defaultDataSource
specified in the parent SisenseContextProvider component.
# dimensions
dimensions?: Attribute
[]
Dimensions of the query
# filters
filters?: Filter
[]
Filters that will slice query results
# highlights
highlights?: Filter
[]
Highlight filters that will highlight results that pass filter criteria
# measures
measures?: Measure
[]
Measures of the query