SaveFilterView
Home > @gooddata/sdk-ui-dashboard > SaveFilterView
SaveFilterView 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 snapshotting current filter context and saving it as a filter view.
Signature:
export interface SaveFilterView extends IDashboardCommand
Extends: IDashboardCommand
Remarks
See saveFilterView() for a factory function that will help you create this command.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | SaveFilterViewPayload | (ALPHA) |
type | readonly | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.SAVE" | (ALPHA) |