SetAttributeFilterDependentDateFiltersPayload
Home > @gooddata/sdk-ui-dashboard > SetAttributeFilterDependentDateFiltersPayload
SetAttributeFilterDependentDateFiltersPayload type
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Payload of the ISetAttributeFilterDependentDateFilters command.
Signature:
export type SetAttributeFilterDependentDateFiltersPayload = {
readonly filterLocalId: string;
readonly dependentDateFilters: ReadonlyArray<IDashboardAttributeFilterByDate>;
};
References: IDashboardAttributeFilterByDate