Home > ember-asset-size-report > SpinnerLike
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.
A loading spinner
Signature:
export interface SpinnerLike
Property | Type | Description |
---|---|---|
text | string |
(BETA) Spinner text |
Method | Description |
---|---|
info(msg) | (BETA) Print an info message to the console |
start(msg) | (BETA) Start spinning |
succeed(msg) | (BETA) Print a success message to the console |
succeedAndStart(msg) | (BETA) Print a success message to the console, and resume spinning |