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