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