WithCancelEvent<TOptions extends { T }> Type alias
A wrapper type that injects cancelEvent into supplied type.
WithCancelEvent = TOptions & { cancelEvent?: BeEvent<() => void> }
Defined in
Last Updated: 30 November, 2023
A wrapper type that injects cancelEvent into supplied type.
WithCancelEvent = TOptions & { cancelEvent?: BeEvent<() => void> }
Last Updated: 30 November, 2023