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.

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