Type Alias XMLAttributeValueDeserializer

XMLAttributeValueDeserializer: ((parser: BaseXMLUIParser, context: XMLUIParserContext, value: string) => unknown)

A function that deserializes an attribute's value. The correct deserializer is picked from the prefix of the value.