Skip to main content

AdditionalConverter

Classes

AdditionalConverter

Constructors

Constructor
new AdditionalConverter(
type,
parseRawValue,
typeCtor): AdditionalConverter;
Parameters
ParameterType
typestring
parseRawValue(o) => any
typeCtorFunction
Returns

AdditionalConverter

Properties

parseRawValue
parseRawValue: (o) => any;
Parameters
ParameterType
oObject
Returns

any

type
type: string;
typeCtor
typeCtor: Function;
Was this page helpful?