interface Control {
    fieldId: string;
    settings?: DefinedParameters;
    widgetId?: string;
    widgetNamespace?: string;
}

Hierarchy

  • WidgetConfig
    • Control

Properties

fieldId: string

ID of the customized field

Instance parameter values

widgetId?: string

ID of the widget used

widgetNamespace?: string

Type of the widget used