Skip to content

@maxhealth.tech/prefab / actions / RequestDisplayMode

Class: RequestDisplayMode

Defined in: actions/mcp.ts:62

Base interface all actions implement

Implements

Constructors

Constructor

ts
new RequestDisplayMode(mode): RequestDisplayMode;

Defined in: actions/mcp.ts:63

Parameters

ParameterType
modeDisplayMode

Returns

RequestDisplayMode

Properties

mode

ts
readonly mode: DisplayMode;

Defined in: actions/mcp.ts:63

Methods

toJSON()

ts
toJSON(): ActionJSON;

Defined in: actions/mcp.ts:65

Returns

ActionJSON

Implementation of

Action.toJSON

Released under the MIT License.