Class: CodecTypeInfo
types.codec type info.
Extends
Constructors
Constructor
new CodecTypeInfo(
thisType,
typeName,
encodedType
): CodecTypeInfo;
Parameters
| Parameter | Type |
|---|---|
thisType | AnyStandardType |
typeName | string |
encodedType | AnyStandardType |
Returns
CodecTypeInfo
Overrides
Properties
encodedType
readonly encodedType: AnyStandardType;
kind
readonly kind: "codec" = "codec";
Overrides
thisType
readonly thisType: AnyStandardType;
Inherited from
typeName
readonly typeName: string;
Accessors
encodedTypeInfo
Get Signature
get encodedTypeInfo(): TypeInfo;