WithCancelEvent<TOptions extends object> Type
WithCancelEvent = TOptions & { cancelEvent?: BeEvent<() => void> }
A wrapper type that injects cancelEvent into supplied type.
Defined in
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.