Hex Core JS
Preparing search index...
SRSL
EdgeNode
Class EdgeNode
Hierarchy (
View Summary
)
SyntaxNode
EdgeNode
Index
Constructors
constructor
Properties
annotations
edge
Type
named
Attributes
source
source
Alias
target
target
Alias
Methods
accept
reset
Annotations
symbol
to
Simple
String
Constructors
constructor
new
EdgeNode
(
source
:
string
,
sourceAlias
:
StringLiteralNode
,
edgeType
:
EdgeType
,
target
:
string
,
targetAlias
:
StringLiteralNode
,
namedAttributes
:
NamedAttributeNode
[]
,
)
:
EdgeNode
Parameters
source
:
string
sourceAlias
:
StringLiteralNode
edgeType
:
EdgeType
target
:
string
targetAlias
:
StringLiteralNode
namedAttributes
:
NamedAttributeNode
[]
Returns
EdgeNode
Properties
annotations
annotations
:
NodeAnnotations
= ...
edge
Type
edgeType
:
EdgeType
named
Attributes
namedAttributes
:
NamedAttributeNode
[]
source
source
:
string
source
Alias
sourceAlias
:
StringLiteralNode
target
target
:
string
target
Alias
targetAlias
:
StringLiteralNode
Methods
accept
accept
(
visitor
:
Visitor
)
:
void
Parameters
visitor
:
Visitor
Returns
void
reset
Annotations
resetAnnotations
()
:
void
Returns
void
symbol
symbol
()
:
EdgeArrowSymbol
Returns
EdgeArrowSymbol
to
Simple
String
toSimpleString
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
annotations
edge
Type
named
Attributes
source
source
Alias
target
target
Alias
Methods
accept
reset
Annotations
symbol
to
Simple
String
Hex Core JS
Loading...