Function: onStepEnd()
> onStepEnd(value): void
Defined in: src/index.ts:411
Is a function that will be executed when the step ends.
Parameters
value
(stepId, label) => void | Promise<void>
Returns
void
> onStepEnd(value): void
Defined in: src/index.ts:411
Is a function that will be executed when the step ends.
(stepId, label) => void | Promise<void>
void