nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
GraphEdge
Type Alias GraphEdge
GraphEdge
:
|
{
type
:
"fixed"
;
from
:
string
;
to
:
string
;
maxTraversals
?:
number
}
|
{
type
:
"conditional"
;
from
:
string
;
router
:
(
state
:
Readonly
<
GraphState
>
)
=>
string
;
targets
:
readonly
string
[]
;
maxTraversals
?:
number
;
}
Edge types in the graph.
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
GitHub
npm
nexus-agents - v2.80.0
Loading...
Edge types in the graph.