Skip to content

@vowel.to/client v0.1.2-393


@vowel.to/client / index / ActionHandler

Type Alias: ActionHandler()<T>

ts
type ActionHandler<T> = (params) => any | Promise<any>;

Defined in: lib/vowel/types/types.ts:252

Custom action handler function

Type Parameters

Type ParameterDefault type
Tany

Parameters

ParameterType
paramsT

Returns

any | Promise<any>