interface GroupControl {
    groupId: string;
    settings?: DefinedParameters;
    widgetId?: string;
    widgetNamespace?: string;
}

Hierarchy

  • WidgetConfig
    • GroupControl

Properties

groupId: string

ID of the customized field group

Instance parameter values

widgetId?: string

ID of the widget used

widgetNamespace?: string

Type of the widget used