Skip to main content
Version: 2.1.4

ILoadingDivProps

3p-core v2.1.4


3p-core / ILoadingDivProps

Interface: ILoadingDivProps

Props for the LoadingDiv component.

Properties

PropertyTypeDescription
disableAnimation?booleanIf true, disables the default animation applied to the spinner/image.
imageSize?stringCSS size of the image or spinner (e.g. 64px). Default '64px'
imageType?LoadingDivImageTypeShape of the image used in the spinner. Default 'circle'
imageUrl?stringOptional URL of an image to use instead of a default spinner.
loadingbooleanWhether the component is currently in a loading state. If true, the spinner/message overlay is shown.
message?stringOptional loading message text displayed near the spinner/image.
messageFontSize?stringFont size of the loading message. Default '14px'
messagePosition?LoadingDivMessagePositionPosition of the message relative to the spinner/image. Default 'bottom'
styles?ILoadingDivStylesOptional style overrides for various internal parts of the component.