@elizaos/core v1.0.0-beta.51 / 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/types.ts:2342
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/types.ts:2345
roomId​
roomId: `${string}-${string}-${string}-${string}-${string}`
Room ID to ensure signal is directed to the correct chat window