NullableFilterOrPlaceholder
Home > @gooddata/sdk-ui > NullableFilterOrPlaceholder
NullableFilterOrPlaceholder type
Alias for all possible nullable filter or placeholder signatures.
Signature:
export type NullableFilterOrPlaceholder = FilterOrPlaceholder | ValueOrPlaceholder<INullableFilter> | ValueOrPlaceholder<IFilter | null> | ValueOrPlaceholder<IDateFilter | null> | ValueOrPlaceholder<IMeasureFilter | null> | ValueOrPlaceholder<IAttributeFilter | null> | ValueOrPlaceholder<IAbsoluteDateFilter | null> | ValueOrPlaceholder<IRelativeDateFilter | null> | ValueOrPlaceholder<IPositiveAttributeFilter | null> | ValueOrPlaceholder<INegativeAttributeFilter | null> | ValueOrPlaceholder<IMeasureValueFilter | null> | ValueOrPlaceholder<IRankingFilter | null>;
References: FilterOrPlaceholder, ValueOrPlaceholder, INullableFilter, IFilter, IDateFilter, IMeasureFilter, IAttributeFilter, IAbsoluteDateFilter, IRelativeDateFilter, IPositiveAttributeFilter, INegativeAttributeFilter, IMeasureValueFilter, IRankingFilter