clearDateFilterSelection()
Home > @gooddata/sdk-ui-dashboard > clearDateFilterSelection
clearDateFilterSelection() function
This convenience function will create ChangeDateFilterSelection configured so that the date filter will be unbounded - showing data for 'All Time'.
Signature:
export declare function clearDateFilterSelection(correlationId?: string, dataSet?: ObjRef): ChangeDateFilterSelection;
Parameters
Parameter | Type | Description |
---|---|---|
correlationId | string | (Optional) specify correlation id to use for this command. this will be included in all events that will be emitted during the command processing |
dataSet | ObjRef | (Optional) |
Returns: