KC's Workspace
Github
Preparing search index...
@kcconfigs/typedoc
<internal>
MappedType
Interface MappedType
interface
MappedType
{
nameType
?:
|
ArrayType
|
ConditionalType
|
UnknownType
|
IndexedAccessType
|
InferredType
|
IntersectionType
|
IntrinsicType
|
LiteralType
|
MappedType
|
OptionalType
|
PredicateType
|
QueryType
|
ReferenceType
|
ReflectionType
|
RestType
|
TemplateLiteralType
|
TupleType
|
NamedTupleMemberType
|
TypeOperatorType
|
UnionType
;
optionalModifier
?:
"+"
|
"-"
;
parameter
:
string
;
parameterType
:
|
ArrayType
|
ConditionalType
|
UnknownType
|
IndexedAccessType
|
InferredType
|
IntersectionType
|
IntrinsicType
|
LiteralType
|
MappedType
|
OptionalType
|
PredicateType
|
QueryType
|
ReferenceType
|
ReflectionType
|
RestType
|
TemplateLiteralType
|
TupleType
|
NamedTupleMemberType
|
TypeOperatorType
|
UnionType
;
readonlyModifier
?:
"+"
|
"-"
;
templateType
:
|
ArrayType
|
ConditionalType
|
UnknownType
|
IndexedAccessType
|
InferredType
|
IntersectionType
|
IntrinsicType
|
LiteralType
|
MappedType
|
OptionalType
|
PredicateType
|
QueryType
|
ReferenceType
|
ReflectionType
|
RestType
|
TemplateLiteralType
|
TupleType
|
NamedTupleMemberType
|
TypeOperatorType
|
UnionType
;
type
:
"mapped"
;
}
Hierarchy (
View Summary
)
Type
S
<
MappedType
,
|
"type"
|
"parameter"
|
"parameterType"
|
"templateType"
|
"readonlyModifier"
|
"optionalModifier"
|
"nameType"
,
>
MappedType
Index
Properties
name
Type?
optional
Modifier?
parameter
parameter
Type
readonly
Modifier?
template
Type
type
Properties
Optional
name
Type
nameType
?:
|
ArrayType
|
ConditionalType
|
UnknownType
|
IndexedAccessType
|
InferredType
|
IntersectionType
|
IntrinsicType
|
LiteralType
|
MappedType
|
OptionalType
|
PredicateType
|
QueryType
|
ReferenceType
|
ReflectionType
|
RestType
|
TemplateLiteralType
|
TupleType
|
NamedTupleMemberType
|
TypeOperatorType
|
UnionType
Optional
optional
Modifier
optionalModifier
?:
"+"
|
"-"
parameter
parameter
:
string
parameter
Type
parameterType
:
|
ArrayType
|
ConditionalType
|
UnknownType
|
IndexedAccessType
|
InferredType
|
IntersectionType
|
IntrinsicType
|
LiteralType
|
MappedType
|
OptionalType
|
PredicateType
|
QueryType
|
ReferenceType
|
ReflectionType
|
RestType
|
TemplateLiteralType
|
TupleType
|
NamedTupleMemberType
|
TypeOperatorType
|
UnionType
Optional
readonly
Modifier
readonlyModifier
?:
"+"
|
"-"
template
Type
templateType
:
|
ArrayType
|
ConditionalType
|
UnknownType
|
IndexedAccessType
|
InferredType
|
IntersectionType
|
IntrinsicType
|
LiteralType
|
MappedType
|
OptionalType
|
PredicateType
|
QueryType
|
ReferenceType
|
ReflectionType
|
RestType
|
TemplateLiteralType
|
TupleType
|
NamedTupleMemberType
|
TypeOperatorType
|
UnionType
Readonly
type
type
:
"mapped"
The type name identifier.
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
name
Type
optional
Modifier
parameter
parameter
Type
readonly
Modifier
template
Type
type
Github
KC's Workspace
Loading...
The type name identifier.