I
ResumableActions
The actions for a resumable process.
Signature
ts
interface ResumableActionsProperties
| Property | Type | Description |
|---|---|---|
resume | () => void | — |
pause | () => void | — |
toggle | () => void | — |
The actions for a resumable process.
interface ResumableActions| Property | Type | Description |
|---|---|---|
resume | () => void | — |
pause | () => void | — |
toggle | () => void | — |