Type Alias XMLElementDeserializer

XMLElementDeserializer: ((parser: BaseXMLUIParser, context: XMLUIParserContext, xmlElem: Element) => unknown)

A function that deserializes an XML element into a value usable by a Widget constructor. The correct deserializer is picked from the name of the element, but the element must be using the lazy-widgets base XML namespace.