Preparing search index...
The search index is not available
IGPAPI
IGPAPI
@igpapi/core
IgpapiFacade
Class IgpapiFacade
Class for making beautiful facades (aliases)
Index
Constructors
constructor
Methods
command
feed
instance
service
Constructors
constructor
new
Igpapi
Facade
(
commandInvoker
:
IgpapiCommandInvoker
,
igpapiFactory
:
IgpapiFactory
)
:
IgpapiFacade
Parameters
commandInvoker
:
IgpapiCommandInvoker
igpapiFactory
:
IgpapiFactory
Returns
IgpapiFacade
Methods
command
command
<
E
extends
ICommand
>
(
Command
:
Cls
<
E
>
)
:
IgpapiFacadeCommand
<
E
>
Type Parameters
E
extends
ICommand
Parameters
Command
:
Cls
<
E
>
Returns
IgpapiFacadeCommand
<
E
>
feed
feed
<
E
extends
IFeed
<
any
,
any
,
E
>
>
(
Feed
:
Cls
<
E
>
)
:
(
(
input
?:
IgpapiFactoryInput
<
E
>
)
=>
E
extends
IFeed
<
Response
,
Item
>
?
IgpapiFeedContext
<
Response
,
Item
>
:
IgpapiFeedContext
<
any
,
any
>
)
Type Parameters
E
extends
IFeed
<
any
,
any
,
E
>
Parameters
Feed
:
Cls
<
E
>
Returns
(
(
input
?:
IgpapiFactoryInput
<
E
>
)
=>
E
extends
IFeed
<
Response
,
Item
>
?
IgpapiFeedContext
<
Response
,
Item
>
:
IgpapiFeedContext
<
any
,
any
>
)
(
input
?:
IgpapiFactoryInput
<
E
>
)
:
E
extends
IFeed
<
Response
,
Item
>
?
IgpapiFeedContext
<
Response
,
Item
>
:
IgpapiFeedContext
<
any
,
any
>
Parameters
Optional
input
:
IgpapiFactoryInput
<
E
>
Returns
E
extends
IFeed
<
Response
,
Item
>
?
IgpapiFeedContext
<
Response
,
Item
>
:
IgpapiFeedContext
<
any
,
any
>
instance
instance
<
E
>
(
Obj
:
Cls
<
E
>
)
:
IgpapiFacadeMethod
<
E
>
Type Parameters
E
Parameters
Obj
:
Cls
<
E
>
Returns
IgpapiFacadeMethod
<
E
>
service
service
<
E
>
(
Obj
:
Cls
<
E
>
)
:
E
Type Parameters
E
Parameters
Obj
:
Cls
<
E
>
Returns
E
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
command
feed
instance
service
IGPAPI
Loading...
Class for making beautiful facades (aliases)