@elizaos/core v1.0.6 / v2 / ControlMessage
Interface: ControlMessage
Interface for control messages sent from the backend to the frontend to manage UI state and interaction capabilities
Properties​
type​
type:
"control"
Message type identifier
Defined in​
packages/core/src/specs/v2/types.ts:2389
payload​
payload:
object
Control message payload
Index Signature​
[key
: string
]: unknown
action​
action:
"disable_input"
|"enable_input"
Action to perform
target?​
optional
target:string
Optional target element identifier
Defined in​
packages/core/src/specs/v2/types.ts:2392
roomId​
roomId: `${string}-${string}-${string}-${string}-${string}`
Room ID to ensure signal is directed to the correct chat window