@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
| Parameter | Type |
|---|---|
mode | DisplayMode |
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