TinyBase logoTinyBase

Callback type aliases

This is the collection of callback type aliases within the common module. There are only two callback type aliases, Callback and ParameterizedCallback.

Callback

The Callback type represents a function that is used as a callback and which does not take a parameter.

ParameterizedCallback

The ParameterizedCallback type represents a generic function that will take an optional parameter - such as the handler of a DOM event.