@maxhealth.tech/prefab / actions / CallHandlerOpts
Interface: CallHandlerOpts
Defined in: actions/client.ts:194
Properties
arguments?
ts
optional arguments?: Record<string, unknown>;Defined in: actions/client.ts:195
resultKey?
ts
optional resultKey?: string;Defined in: actions/client.ts:196
onSuccess?
ts
optional onSuccess?: Action | Action[];Defined in: actions/client.ts:197
onError?
ts
optional onError?: Action | Action[];Defined in: actions/client.ts:198