Skip to main content

Interface: SpinnerProps

Props for Spinner component.

See

Spinner

Properties

PropertyModifierTypeDescription

errorOccurred?

public

boolean

Whether to display spinner in the "error" state indicating that some operation failed.

Default

false

position?

public

object

Spinner circle center position on the SVG canvas.

position.x

readonly

number

position.y

readonly

number

size?

public

number

Size (width and height) for the spinner circle.

statusText?

public

string

Status text to display next to the spinner.