Skip to content

@maxhealth.tech/prefab / actions / CallHandler

Class: CallHandler

Defined in: actions/client.ts:201

Base interface all actions implement

Implements

Constructors

Constructor

ts
new CallHandler(handler, opts?): CallHandler;

Defined in: actions/client.ts:202

Parameters

ParameterType
handlerstring
opts?CallHandlerOpts

Returns

CallHandler

Properties

handler

ts
readonly handler: string;

Defined in: actions/client.ts:203

Methods

toJSON()

ts
toJSON(): ActionJSON;

Defined in: actions/client.ts:207

Returns

ActionJSON

Implementation of

Action.toJSON

Released under the MIT License.