@tsdotnet/linked-node-list - v1.4.2
Preparing search index...
LinkedNode
Interface LinkedNode<TNode>
interface
LinkedNode
<
TNode
extends
LinkedNode
<
TNode
>
>
{
next
?:
TNode
;
previous
?:
TNode
;
}
Type Parameters
TNode
extends
LinkedNode
<
TNode
>
Hierarchy (
View Summary
)
LinkedNode
LinkedNodeWithValue
Index
Properties
next?
previous?
Properties
Optional
next
next
?:
TNode
Optional
previous
previous
?:
TNode
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
next
previous
@tsdotnet/linked-node-list - v1.4.2
Loading...