IAttributeFilterLoadingProps
Home > @gooddata/sdk-ui-filters > IAttributeFilterLoadingProps
IAttributeFilterLoadingProps interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Component that displays a loading indicator.
Signature:
export interface IAttributeFilterLoadingProps
Remarks
It will be rendered during the initialization instead of the component that implements IAttributeFilterDropdownButtonProps.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
isOpen? | boolean | (BETA) (Optional) If true, the AttributeFilter dropdown is open. | |
onClick? | () => void | (BETA) (Optional) Callback to open or close AttributeFilter dropdown. |