wima
Preparing search index...
TypeRegistry
Class TypeRegistry
Index
Constructors
constructor
Methods
get
get
By
Type
Id
register
register
Type
Id
unregister
unregister
Type
Id
Constructors
constructor
new
TypeRegistry
()
:
TypeRegistry
Returns
TypeRegistry
Methods
get
get
<
T
>
(
type
:
Constructor
<
T
>
)
:
TypeEntry
Type Parameters
T
Parameters
type
:
Constructor
<
T
>
Returns
TypeEntry
get
By
Type
Id
getByTypeId
(
typeId
:
TypeId
)
:
TypeEntry
Parameters
typeId
:
TypeId
Returns
TypeEntry
register
register
<
T
>
(
type
:
Constructor
<
T
>
,
info
:
TypeInfo
)
:
void
Type Parameters
T
Parameters
type
:
Constructor
<
T
>
info
:
TypeInfo
Returns
void
register
Type
Id
registerTypeId
(
typeId
:
TypeId
,
info
:
TypeInfo
,
constructorFn
?:
Constructor
,
)
:
void
Parameters
typeId
:
TypeId
info
:
TypeInfo
Optional
constructorFn
:
Constructor
Returns
void
unregister
unregister
<
T
>
(
type
:
Constructor
<
T
>
)
:
void
Type Parameters
T
Parameters
type
:
Constructor
<
T
>
Returns
void
unregister
Type
Id
unregisterTypeId
(
typeId
:
TypeId
)
:
void
Parameters
typeId
:
TypeId
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
get
By
Type
Id
register
register
Type
Id
unregister
unregister
Type
Id
wima
Loading...