CalendarContext
Home > @gooddata/sdk-model > CalendarContext
CalendarContext type
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.
Which calendar the caller is resolving granularities for.
Signature:
export type CalendarContext = {
type: "standard";
} | {
type: "fiscal";
} | {
type: "custom";
enabledGranularities: IEnabledGranularity[];
};
References: IEnabledGranularity