OnApplyCallbackType
Home > @gooddata/sdk-ui-filters > OnApplyCallbackType
OnApplyCallbackType type
Signature:
export type OnApplyCallbackType = (filter: IAttributeFilter, isInverted: boolean, selectionMode?: DashboardAttributeFilterSelectionMode, selectionTitles?: IAttributeElement[], displayAsLabel?: ObjRef) => void;
References: IAttributeFilter, DashboardAttributeFilterSelectionMode, IAttributeElement, ObjRef