Preparing search index...
The search index is not available
@mdf.js
@mdf.js
@mdf.js/core
Layer
Provider
Factory
Interface Factory<PortClient, PortConfig, T>
Provider factory interface
interface
Factory
<
PortClient
,
PortConfig
,
T
extends
Layer
.
Provider
.
Port
<
PortClient
,
PortConfig
>
,
>
{
create
(
options
?:
FactoryOptions
<
PortConfig
>
,
)
:
Manager
<
PortClient
,
PortConfig
,
T
>
;
}
Type Parameters
PortClient
PortConfig
T
extends
Layer
.
Provider
.
Port
<
PortClient
,
PortConfig
>
Index
Methods
create
Methods
create
create
(
options
?:
FactoryOptions
<
PortConfig
>
)
:
Manager
<
PortClient
,
PortConfig
,
T
>
Create a new provider
Parameters
Optional
options
:
FactoryOptions
<
PortConfig
>
Provider configuration options
Returns
Manager
<
PortClient
,
PortConfig
,
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
create
@mdf.js
Loading...
Provider factory interface