Preparing search index...
The search index is not available
IGPAPI
IGPAPI
@igpapi/core
IgpapiFactory
Class IgpapiFactory
Index
Constructors
constructor
Methods
feed
instantiate
Constructors
constructor
new
Igpapi
Factory
(
container
:
ContainerInstance
)
:
IgpapiFactory
Parameters
container
:
ContainerInstance
Returns
IgpapiFactory
Methods
feed
feed
<
T
extends
IFeed
<
any
,
any
,
T
>
>
(
cls
:
Cls
<
T
>
,
input
?:
T
extends
Inputable
<
Input
>
?
Input
:
never
)
:
T
extends
IFeed
<
Response
,
Item
>
?
IgpapiFeedContext
<
Response
,
Item
>
:
IgpapiFeedContext
<
any
,
any
>
Type Parameters
T
extends
IFeed
<
any
,
any
,
T
>
Parameters
cls
:
Cls
<
T
>
Optional
input
:
T
extends
Inputable
<
Input
>
?
Input
:
never
Returns
T
extends
IFeed
<
Response
,
Item
>
?
IgpapiFeedContext
<
Response
,
Item
>
:
IgpapiFeedContext
<
any
,
any
>
instantiate
instantiate
<
T
>
(
cls
:
Cls
<
T
>
,
input
?:
IgpapiFactoryInput
<
T
>
)
:
T
Type Parameters
T
Parameters
cls
:
Cls
<
T
>
Optional
input
:
IgpapiFactoryInput
<
T
>
Returns
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
feed
instantiate
IGPAPI
Loading...