Docs
Example
GitHub
Preparing search index...
The search index is not available
TypeDoc API - v0.27.0
TypeDoc API
JSONOutput
ArrayType
Interface ArrayType
interface
ArrayType
{
elementType
:
|
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
:
"array"
;
}
Hierarchy (
View Summary
)
JSONOutput
.
Type
S
<
Models
.
ArrayType
,
"type"
|
"elementType"
>
ArrayType
Index
Properties
element
Type
type
Properties
element
Type
elementType
:
|
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
The type of the elements in the array.
Readonly
type
type
:
"array"
The type name identifier.
Settings
Member Visibility
Protected
Inherited
Internal
Theme
OS
Light
Dark
On This Page
Properties
element
Type
type
Docs
Example
GitHub
TypeDoc API - v0.27.0
Loading...