Callback type aliases
Callback
The Callback type represents a function that is used as a callback and which does not take a parameter. Read more.
ParameterizedCallback
The ParameterizedCallback type represents a generic function that will take an optional parameter - such as the handler of a DOM event. Read more.