IUseAttributeFilterControllerProps
Home > @gooddata/sdk-ui-filters > IUseAttributeFilterControllerProps
IUseAttributeFilterControllerProps type
Properties of useAttributeFilterController()
Signature:
export type IUseAttributeFilterControllerProps = Omit<IAttributeFilterCoreProps, "fullscreenOnMobile" | "locale" | "title"> & {
    elementsOptions?: {
        limit: number;
    };
    resetOnParentFilterChange?: boolean;
};
References: IAttributeFilterCoreProps