Skip to content

@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

ParameterType
messagestring
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

Returns

ActionJSON

Implementation of

Action.toJSON

Released under the MIT License.