Interface WidgetXMLInputConfigParameter

A parameter with a custom mode for a WidgetXMLInputConfig.

interface WidgetXMLInputConfigParameter {
    list?: boolean;
    mode: string;
    name: string;
    optional?: boolean;
}

Hierarchy (view full)

Properties

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