eo-typewriterjs / TCallbackHook
Type Alias: TCallbackHook
ts
type TCallbackHook = TCallbackFn;Defined in: core/commands/types/callback-hook.type.ts:55
Description
A before/after lifecycle hook attached to a command. The function fires once per command step for segmented commands (type, delete), or once for instant commands (move, select, style, wait, call).