Properties:
Name | Type | Description |
---|---|---|
busy |
bool | [readonly] |
enabled |
bool | (default: |
status |
string | [readonly] The current status. One of |
Extends
Methods
-
Starts the action and returns a Promise.
Returns:
Type Description Promise A Promise that resolves when the animation finished. -
Requests the action to stop and returns a promise that resolves when stopped. Subclasses must monitor the
status
property for thestopping
status and act accordingly.