@jakguru/vueprint / @jakguru/vueprint/libs/milicron / EventCallback
Interface: EventCallback
@jakguru/vueprint/libs/milicron.EventCallback
A type representing a callback function for a MiliCron "crontab" event.
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 | unknown[] |
Returns
unknown