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