Class: ArrayTypeInfo
types.array type info.
Extends
Constructors
Constructor
new ArrayTypeInfo(thisType, itemType): ArrayTypeInfo;
Parameters
| Parameter | Type |
|---|---|
thisType | AnyStandardType |
itemType | AnyStandardType |
Returns
ArrayTypeInfo
Overrides
Properties
itemType
readonly itemType: AnyStandardType;
kind
readonly kind: "array" = "array";
Overrides
thisType
readonly thisType: AnyStandardType;
Inherited from
Accessors
itemTypeInfo
Get Signature
get itemTypeInfo(): TypeInfo;