Preparing search index...
The search index is not available
Documentation - v0.3.0
Documentation
typir
BottomFactoryService
Interface BottomFactoryService<Specifics>
interface
BottomFactoryService
<
Specifics
extends
TypirSpecifics
>
{
create
(
typeDetails
:
BottomTypeDetails
<
Specifics
>
,
)
:
BottomConfigurationChain
<
Specifics
>
;
get
(
typeDetails
:
BottomTypeDetails
<
Specifics
>
)
:
undefined
|
BottomType
;
}
Type Parameters
Specifics
extends
TypirSpecifics
Implemented by
BottomKind
Index
Methods
create
get
Methods
create
create
(
typeDetails
:
BottomTypeDetails
<
Specifics
>
,
)
:
BottomConfigurationChain
<
Specifics
>
Parameters
typeDetails
:
BottomTypeDetails
<
Specifics
>
Returns
BottomConfigurationChain
<
Specifics
>
get
get
(
typeDetails
:
BottomTypeDetails
<
Specifics
>
)
:
undefined
|
BottomType
Parameters
typeDetails
:
BottomTypeDetails
<
Specifics
>
Returns
undefined
|
BottomType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
create
get
Documentation - v0.3.0
Loading...