AWS Amplify JS API
AWS Amplify JS Dev Center
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Double
Linked
Node
constructor
key
next
Node
prev
Node
Hierarchy
DoubleLinkedNode
Index
Constructors
constructor
Properties
key
next
Node
prev
Node
Constructors
constructor
new
Double
Linked
Node
(
keyVal
?:
string
)
:
DoubleLinkedNode
Parameters
Optional
keyVal:
string
Returns
DoubleLinkedNode
Properties
key
key
:
string
next
Node
next
Node
:
DoubleLinkedNode
|
null
prev
Node
prev
Node
:
DoubleLinkedNode
|
null