ixfx
Preparing search index...
Collections
Graphs
Directed
hasOut
Function hasOut
hasOut
(
graph
:
Readonly
,
vertex
:
|
string
|
Readonly
<
{
id
:
string
;
out
:
readonly
Readonly
<
{
id
:
string
;
weight
?:
number
}
>
[]
;
}
,
>
,
outIdOrVertex
:
|
string
|
Readonly
<
{
id
:
string
;
out
:
readonly
Readonly
<
{
id
:
string
;
weight
?:
number
}
>
[]
;
}
,
>
,
)
:
boolean
Returns
true
if
vertex
has an outgoing connection to the given vertex.
Parameters
graph
:
Readonly
vertex
:
|
string
|
Readonly
<
{
id
:
string
;
out
:
readonly
Readonly
<
{
id
:
string
;
weight
?:
number
}
>
[]
;
}
,
>
outIdOrVertex
:
|
string
|
Readonly
<
{
id
:
string
;
out
:
readonly
Readonly
<
{
id
:
string
;
weight
?:
number
}
>
[]
;
}
,
>
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Returns true if
vertex
has an outgoing connection to the given vertex.