SetFilterViewAsDefault
Home > @gooddata/sdk-ui-dashboard > SetFilterViewAsDefault
SetFilterViewAsDefault interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Command for setting a saved filter view as a default one or removing the default status from it.
Signature:
export interface SetFilterViewAsDefault extends IDashboardCommand
Extends: IDashboardCommand
Remarks
See setFilterViewAsDefault() for a factory function that will help you create this command.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | SetFilterViewAsDefaultPayload | (ALPHA) |
type | readonly | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.CHANGE_DEFAULT_STATUS" | (ALPHA) |