Preparing search index...
The search index is not available
Documentation - v0.3.0
Documentation
typir
CustomTypePropertyInitialization
Type Alias CustomTypePropertyInitialization<T, Specifics>
CustomTypePropertyInitialization
:
T
extends
Type
?
TypeDescriptorForCustomTypes
<
T
,
Specifics
>
:
T
extends
string
|
number
|
boolean
|
bigint
|
symbol
?
T
:
T
extends
undefined
?
T
:
T
extends
(
infer
ValueType
)
[]
?
ValueType
extends
CustomTypePropertyTypes
?
CustomTypePropertyInitialization
<
ValueType
,
Specifics
>
[]
:
never
:
T
extends
Map
<
string
,
infer
ValueType
>
?
ValueType
extends
CustomTypePropertyTypes
?
Map
<
string
,
CustomTypePropertyInitialization
<
ValueType
,
Specifics
>
,
>
:
never
:
T
extends
Set
<
infer
ValueType
>
?
ValueType
extends
CustomTypePropertyTypes
?
Set
<
CustomTypePropertyInitialization
<
ValueType
,
Specifics
>
>
:
never
:
T
extends
CustomTypeProperties
?
CustomTypeInitialization
<
T
,
Specifics
>
:
never
Type Parameters
T
extends
CustomTypePropertyTypes
Specifics
extends
TypirSpecifics
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation - v0.3.0
Loading...