Interface WidgetXMLInputConfigTextParameter

A string parameter for a WidgetXMLInputConfig, which can be passed as an XML text node. There can only be one text parameter.

interface WidgetXMLInputConfigTextParameter {
    list?: boolean;
    mode: "text";
    name: string;
    optional?: boolean;
}

Properties

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