@maxhealth.tech/prefab / actions / ShowToast
Class: ShowToast
Defined in: actions/client.ts:88
Base interface all actions implement
Implements
Constructors
Constructor
ts
new ShowToast(message, opts?): ShowToast;Defined in: actions/client.ts:89
Parameters
| Parameter | Type |
|---|---|
message | string |
opts? | ShowToastOpts |
Returns
ShowToast
Properties
message
ts
readonly message: string;Defined in: actions/client.ts:90
Methods
toJSON()
ts
toJSON(): ActionJSON;Defined in: actions/client.ts:94