Interface ComplexAttributeConverter<Type, TypeHint>
Hierarchy
-
ComplexAttributeConverter
Methods
Optional fromAttribute
- fromAttribute(value: string, type?: TypeHint): Type
Optional toAttribute
- toAttribute(value: Type, type?: TypeHint): string | null
-
Parameters
Returns string
|
null
Converts property values to and from attribute values.