nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
StateChangePayload
Interface StateChangePayload
Payload for state change events.
interface
StateChangePayload
{
type
:
"state_change"
;
previousState
:
SwarmAgentState
;
newState
:
SwarmAgentState
;
reason
?:
string
;
}
Index
Properties
type
previous
State
new
State
reason?
Properties
Readonly
type
type
:
"state_change"
Readonly
previous
State
previousState
:
SwarmAgentState
Readonly
new
State
newState
:
SwarmAgentState
Optional
Readonly
reason
reason
?:
string
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
type
previous
State
new
State
reason
GitHub
npm
nexus-agents - v2.80.0
Loading...
Payload for state change events.