Preparing search index...
The search index is not available
IGPAPI
IGPAPI
@igpapi/core
IgpapiFeedContext
Class IgpapiFeedContext<Response, Item>
Type Parameters
Response
Item
Index
Constructors
constructor
Methods
[async
Iterator]
has
More
next
toJSON
to
String
Constructors
constructor
new
Igpapi
Feed
Context
<
Response
,
Item
>
(
feed
:
IFeed
<
Response
,
Item
>
)
:
IgpapiFeedContext
<
Response
,
Item
>
Type Parameters
Response
Item
Parameters
feed
:
IFeed
<
Response
,
Item
>
Returns
IgpapiFeedContext
<
Response
,
Item
>
Methods
[async
Iterator]
[async
Iterator]
(
)
:
{
next
:
(
(
)
=>
Promise
<
{
done
:
boolean
;
value
:
FeedPage
<
Response
,
Item
>
;
}
>
)
;
}
Returns
{
next
:
(
(
)
=>
Promise
<
{
done
:
boolean
;
value
:
FeedPage
<
Response
,
Item
>
;
}
>
)
;
}
next
:
(
(
)
=>
Promise
<
{
done
:
boolean
;
value
:
FeedPage
<
Response
,
Item
>
;
}
>
)
(
)
:
Promise
<
{
done
:
boolean
;
value
:
FeedPage
<
Response
,
Item
>
;
}
>
Returns
Promise
<
{
done
:
boolean
;
value
:
FeedPage
<
Response
,
Item
>
;
}
>
has
More
has
More
(
)
:
boolean
Returns
boolean
Description
indicates whether feed reached the end or not.
next
next
(
)
:
Promise
<
{
items
:
Item
[]
;
raw
:
Response
;
}
>
Returns
Promise
<
{
items
:
Item
[]
;
raw
:
Response
;
}
>
toJSON
toJSON
(
)
:
any
Returns
any
to
String
to
String
(
)
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
[async
Iterator]
has
More
next
toJSON
to
String
IGPAPI
Loading...
Description
indicates whether feed reached the end or not.