TinyBase logoTinyBase

ParameterizedCallback

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

(parameter?: Parameter): void
TypeDescription
parameter?Parameter
returnsvoid

This has no return value.