PopiiEventFunction
Popii / PopiiEventFunction
Type Alias: PopiiEventFunction<K, TState>
Section titled “Type Alias: PopiiEventFunction<K, TState>”PopiiEventFunction<
K,TState> = (pop, …args) =>void|Promise<void>
Defined in: types.ts:467
Type Parameters
Section titled “Type Parameters”K extends keyof ClientEvents
TState
Section titled “TState”TState = any
Parameters
Section titled “Parameters”EventPop<TState>
…ClientEvents[K]
Returns
Section titled “Returns”void | Promise<void>