Skip to main content

Class: CodecTypeInfo

types.codec type info.

Extends​

Constructors​

Constructor​

new CodecTypeInfo(
thisType,
typeName,
encodedType
): CodecTypeInfo;

Parameters​

ParameterType
thisTypeAnyStandardType
typeNamestring
encodedTypeAnyStandardType

Returns​

CodecTypeInfo

Overrides​

TypeInfo.constructor

Properties​

encodedType​

readonly encodedType: AnyStandardType;

kind​

readonly kind: "codec" = "codec";

Overrides​

TypeInfo.kind


thisType​

readonly thisType: AnyStandardType;

Inherited from​

TypeInfo.thisType


typeName​

readonly typeName: string;

Accessors​

encodedTypeInfo​

Get Signature​

get encodedTypeInfo(): TypeInfo;
Returns​

TypeInfo