LogoPixi’VN
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

OnRunProps

Returns

any | Promise<any>

On this page