Skip to content

@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

NameType
...argsunknown[]

Returns

unknown

Defined in

src/libs/milicron.ts:26

Vueprint is a commercial work product released under the MIT License and is provided as-is with no warranty or guarantee of support.