Home > @activeviam/activeui-sdk > UpdateQueryModeActionParameters
UpdateQueryModeActionParameters interface
Change the query update mode to the next mode.
Signature:
export interface UpdateQueryModeActionParameters
Remarks
Change the query update mode to the next mode of:
the mdx data sources of the widget, if no mode is defined
the modes array parameters, if it is defined
Only available on widgets with data sources using mdx.
Properties
Property | Type | Description |
---|---|---|
modes | UpdateModeType[] | The list of modes the action should offer. |
refreshInterval | number | The interval in seconds between two refreshes of the query, when the query is in 'refresh-periodically' mode. |