Skip to main content
OnStatusChangeCallback
(remainingSeconds, isDisabled) => void
Fonction de rappel pour les changements d’état pendant le compte à rebours avant le renvoi.

Valeur de retour

void
Example
export type OnStatusChangeCallback = (remainingSeconds: number, isDisabled: boolean) => void;