@param {Function} [errorHandlingCallback] to nominate expected parameters

When providing annotation to the parameters of a function, can the parameters be provided to the Function in the same way the type can be allocated to an Array?

For example, something similar to:
@param {Function<String, Number>} [errorHandlingCallback]

Yes, here’s an example used by Servoy:

1 Like

Thanks so much :smile: ; really appreciate the response.