Docs
Example
GitHub
Preparing search index...
The search index is not available
TypeDoc API - v0.27.0
TypeDoc API
JSONOutput
MappedType
Interface MappedType
interface
MappedType
{
parameter
:
string
;
parameterType
:
|
JSONOutput
.
LiteralType
|
JSONOutput
.
UnknownType
|
JSONOutput
.
ReferenceType
|
JSONOutput
.
OptionalType
|
JSONOutput
.
ArrayType
|
JSONOutput
.
ConditionalType
|
JSONOutput
.
IndexedAccessType
|
JSONOutput
.
InferredType
|
JSONOutput
.
IntersectionType
|
JSONOutput
.
IntrinsicType
|
JSONOutput
.
MappedType
|
JSONOutput
.
PredicateType
|
JSONOutput
.
QueryType
|
JSONOutput
.
ReflectionType
|
JSONOutput
.
RestType
|
JSONOutput
.
TemplateLiteralType
|
JSONOutput
.
TupleType
|
NamedTupleMemberType
|
JSONOutput
.
TypeOperatorType
|
JSONOutput
.
UnionType
;
templateType
:
|
JSONOutput
.
LiteralType
|
JSONOutput
.
UnknownType
|
JSONOutput
.
ReferenceType
|
JSONOutput
.
OptionalType
|
JSONOutput
.
ArrayType
|
JSONOutput
.
ConditionalType
|
JSONOutput
.
IndexedAccessType
|
JSONOutput
.
InferredType
|
JSONOutput
.
IntersectionType
|
JSONOutput
.
IntrinsicType
|
JSONOutput
.
MappedType
|
JSONOutput
.
PredicateType
|
JSONOutput
.
QueryType
|
JSONOutput
.
ReflectionType
|
JSONOutput
.
RestType
|
JSONOutput
.
TemplateLiteralType
|
JSONOutput
.
TupleType
|
NamedTupleMemberType
|
JSONOutput
.
TypeOperatorType
|
JSONOutput
.
UnionType
;
type
:
"mapped"
;
nameType
?:
|
JSONOutput
.
LiteralType
|
JSONOutput
.
UnknownType
|
JSONOutput
.
ReferenceType
|
JSONOutput
.
OptionalType
|
JSONOutput
.
ArrayType
|
JSONOutput
.
ConditionalType
|
JSONOutput
.
IndexedAccessType
|
JSONOutput
.
InferredType
|
JSONOutput
.
IntersectionType
|
JSONOutput
.
IntrinsicType
|
JSONOutput
.
MappedType
|
JSONOutput
.
PredicateType
|
JSONOutput
.
QueryType
|
JSONOutput
.
ReflectionType
|
JSONOutput
.
RestType
|
JSONOutput
.
TemplateLiteralType
|
JSONOutput
.
TupleType
|
NamedTupleMemberType
|
JSONOutput
.
TypeOperatorType
|
JSONOutput
.
UnionType
;
optionalModifier
?:
"+"
|
"-"
;
readonlyModifier
?:
"+"
|
"-"
;
}
Hierarchy (
View Summary
)
JSONOutput
.
Type
S
<
Models
.
MappedType
,
|
"type"
|
"parameter"
|
"parameterType"
|
"templateType"
|
"readonlyModifier"
|
"optionalModifier"
|
"nameType"
,
>
MappedType
Index
Properties
parameter
parameter
Type
template
Type
type
name
Type?
optional
Modifier?
readonly
Modifier?
Properties
parameter
parameter
:
string
parameter
Type
parameterType
:
|
JSONOutput
.
LiteralType
|
JSONOutput
.
UnknownType
|
JSONOutput
.
ReferenceType
|
JSONOutput
.
OptionalType
|
JSONOutput
.
ArrayType
|
JSONOutput
.
ConditionalType
|
JSONOutput
.
IndexedAccessType
|
JSONOutput
.
InferredType
|
JSONOutput
.
IntersectionType
|
JSONOutput
.
IntrinsicType
|
JSONOutput
.
MappedType
|
JSONOutput
.
PredicateType
|
JSONOutput
.
QueryType
|
JSONOutput
.
ReflectionType
|
JSONOutput
.
RestType
|
JSONOutput
.
TemplateLiteralType
|
JSONOutput
.
TupleType
|
NamedTupleMemberType
|
JSONOutput
.
TypeOperatorType
|
JSONOutput
.
UnionType
template
Type
templateType
:
|
JSONOutput
.
LiteralType
|
JSONOutput
.
UnknownType
|
JSONOutput
.
ReferenceType
|
JSONOutput
.
OptionalType
|
JSONOutput
.
ArrayType
|
JSONOutput
.
ConditionalType
|
JSONOutput
.
IndexedAccessType
|
JSONOutput
.
InferredType
|
JSONOutput
.
IntersectionType
|
JSONOutput
.
IntrinsicType
|
JSONOutput
.
MappedType
|
JSONOutput
.
PredicateType
|
JSONOutput
.
QueryType
|
JSONOutput
.
ReflectionType
|
JSONOutput
.
RestType
|
JSONOutput
.
TemplateLiteralType
|
JSONOutput
.
TupleType
|
NamedTupleMemberType
|
JSONOutput
.
TypeOperatorType
|
JSONOutput
.
UnionType
Readonly
type
type
:
"mapped"
The type name identifier.
Optional
name
Type
nameType
?:
|
JSONOutput
.
LiteralType
|
JSONOutput
.
UnknownType
|
JSONOutput
.
ReferenceType
|
JSONOutput
.
OptionalType
|
JSONOutput
.
ArrayType
|
JSONOutput
.
ConditionalType
|
JSONOutput
.
IndexedAccessType
|
JSONOutput
.
InferredType
|
JSONOutput
.
IntersectionType
|
JSONOutput
.
IntrinsicType
|
JSONOutput
.
MappedType
|
JSONOutput
.
PredicateType
|
JSONOutput
.
QueryType
|
JSONOutput
.
ReflectionType
|
JSONOutput
.
RestType
|
JSONOutput
.
TemplateLiteralType
|
JSONOutput
.
TupleType
|
NamedTupleMemberType
|
JSONOutput
.
TypeOperatorType
|
JSONOutput
.
UnionType
Optional
optional
Modifier
optionalModifier
?:
"+"
|
"-"
Optional
readonly
Modifier
readonlyModifier
?:
"+"
|
"-"
Settings
Member Visibility
Protected
Inherited
Internal
Theme
OS
Light
Dark
On This Page
Properties
parameter
parameter
Type
template
Type
type
name
Type
optional
Modifier
readonly
Modifier
Docs
Example
GitHub
TypeDoc API - v0.27.0
Loading...