Home > ember-asset-size-report > Spinner
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Loading spinner
Signature:
declare class Spinner implements SpinnerLike
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)() | (BETA) Constructs a new instance of the Spinner class |
| Property | Modifiers | Type | Description |
|---|---|---|---|
| text | string |
(BETA) Spinner text |
| Method | Modifiers | Description |
|---|---|---|
| info(text) | (BETA) Print an info message to the console | |
| start(text) | (BETA) Start spinning | |
| succeed(text) | (BETA) Print a success message to the console | |
| succeedAndStart(str) | (BETA) Print a success message to the console, and resume spinning |