Static Functions

Static functions within the spinner library.

Methods

createSpinner

Creates a new spinner element within the given element.

Parameter Type Description
args SpinnerModel Specifies the spinner model to use when showing the spinner.

Returns: Void

hideSpinner

Hides the given spinner element.

Parameter Type Description
container HTMLElement Specifies the spinner element to hide.

Returns: Void

showSpinner

Shows the given spinner element.

Parameter Type Description
container HTMLElement Specifies the spinner element to show.

Returns: Void