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