Interface: SpinnerLoop

Manage setInterval calls related to a spinner.

Hierarchy

Index

Properties

Properties

currentFrameIndex

currentFrameIndex: function

Type declaration:

▸ (): number


start

start: function

Type declaration:

▸ (callback: function): void

Parameters:

callback: function

▸ (frame: string): void

Parameters:

Name Type
frame string

stop

stop: function

Type declaration:

▸ (): void