DateFilterSelection
Home > @gooddata/sdk-ui-dashboard > DateFilterSelection
DateFilterSelection type
Payload type for ChangeDateFilterSelection command.
Signature:
export type DateFilterSelection = {
readonly dataSet?: ObjRef;
readonly type: DateFilterType;
readonly granularity: DateFilterGranularity;
readonly from?: DateString | number;
readonly to?: DateString | number;
readonly dateFilterOptionLocalId?: string;
readonly isWorkingSelectionChange?: boolean;
readonly localIdentifier?: string;
readonly boundedFilter?: IUpperBoundedFilter | ILowerBoundedFilter;
};
References: ObjRef, DateFilterType, DateFilterGranularity, DateString, IUpperBoundedFilter, ILowerBoundedFilter