DeleteFilterView
Home > @gooddata/sdk-ui-dashboard > DeleteFilterView
DeleteFilterView 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 deletion of a saved filter view.
Signature:
export interface DeleteFilterView extends IDashboardCommand
Extends: IDashboardCommand
Remarks
See deleteFilterView() for a factory function that will help you create this command.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
payload | readonly | DeleteFilterViewPayload | (ALPHA) |
type | readonly | "GDC.DASH/CMD.FILTER_CONTEXT.FILTER_VIEW.DELETE" | (ALPHA) |