Type Alias WidgetAutoXMLConfigValidator

WidgetAutoXMLConfigValidator: ((inputValue: unknown) => [transformedValue: unknown, stop: boolean])

A generic validator function which can transform a value and be chained with other validators. If an input value is invalid, an error must be thrown.