Skip to content

@maxhealth.tech/prefab / actions / ShowToastOpts

Interface: ShowToastOpts

Defined in: actions/client.ts:82

Properties

description?

ts
optional description?: string;

Defined in: actions/client.ts:83


variant?

ts
optional variant?: ToastVariant;

Defined in: actions/client.ts:84


duration?

ts
optional duration?: number;

Defined in: actions/client.ts:85

Released under the MIT License.