Interface LeadTimeOverviewWidgetConfig

interface LeadTimeOverviewWidgetConfig {
    group: "widget";
    id?: string;
    leadTimeTableAttribute: string;
    renderRule?: RulesLogic;
    supplierAttribute: string;
    type: "LeadTimeOverview";
    [key: string]: unknown;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: unknown

Properties

group: "widget"
id?: string
leadTimeTableAttribute: string
renderRule?: RulesLogic
supplierAttribute: string
type: "LeadTimeOverview"