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