ILoadingDivProps
3p-core / ILoadingDivProps
Interface: ILoadingDivProps
Props for the LoadingDiv component.
Properties
Property | Type | Description |
---|---|---|
disableAnimation? | boolean | If true , disables the default animation applied to the spinner/image. |
imageSize? | string | CSS size of the image or spinner (e.g. 64px ). Default '64px' |
imageType? | LoadingDivImageType | Shape of the image used in the spinner. Default 'circle' |
imageUrl? | string | Optional URL of an image to use instead of a default spinner. |
loading | boolean | Whether the component is currently in a loading state. If true , the spinner/message overlay is shown. |
message? | string | Optional loading message text displayed near the spinner/image. |
messageFontSize? | string | Font size of the loading message. Default '14px' |
messagePosition? | LoadingDivMessagePosition | Position of the message relative to the spinner/image. Default 'bottom' |
styles? | ILoadingDivStyles | Optional style overrides for various internal parts of the component. |