Preparing search index...
The search index is not available
@deep/nest-kit
@deep/nest-kit
index
IEdge
Interface IEdge<T>
The edge type for cursor pagination
interface
IEdge
<
T
>
{
cursor
:
string
;
node
:
T
;
}
Type Parameters
T
Index
Properties
cursor
node
Properties
cursor
cursor
:
string
The cursor for the item
node
node
:
T
The item
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cursor
node
@deep/nest-kit
Loading...
The edge type for cursor pagination