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