indexType aliases
Type Alias: OnRunEvent<T>
> OnRunEvent<T> = (item, props) => any | Promise<any>
Defined in: src/types/OnRunEvent.ts:6
The function that is called when the class is runned.
Type Parameters
T
T
Parameters
item
T
props
Returns
any | Promise<any>