INullableFilter
Home > @gooddata/sdk-model > INullableFilter
INullableFilter type
Represents a filter specification variant where either the actual filter or a 'null' filter is provided. Null filters will be ignored during processing.
Signature:
export type INullableFilter = IFilter | undefined | null;
References: IFilter