Skip to content

@maxhealth.tech/prefab / actions / SetStateOpts

Interface: SetStateOpts

Defined in: actions/client.ts:11

Properties

onSuccess?

ts
optional onSuccess?: Action | Action[];

Defined in: actions/client.ts:12


onError?

ts
optional onError?: Action | Action[];

Defined in: actions/client.ts:13

Released under the MIT License.