Interface WidgetXMLInputConfigValueParameter

A value parameter for the constructor of a Widget class, configured in a WidgetXMLInputConfig.

interface WidgetXMLInputConfigValueParameter {
    list?: boolean;
    mode: "value";
    name: string;
    optional?: boolean;
    validator?: string | WidgetAutoXMLConfigValidator | (string | WidgetAutoXMLConfigValidator)[];
}

Hierarchy (view full)

Properties

list?: boolean
mode
name: string
optional?: boolean