@nht-pandats/sdk / @nht-pandats/sdk/types / EventCallback
Interface: EventCallback
@nht-pandats/sdk/types.EventCallback
Callable
EventCallback
▸ EventCallback(...args): unknown
A function that takes any number of arguments of any type and returns a value of any type.
Parameters
| Name | Type |
|---|---|
...args | any[] |
Returns
unknown