Interface WorkRecordsWidgetConfig

interface WorkRecordsWidgetConfig {
    actions: string[];
    group: "widget";
    id?: string;
    renderRule?: RulesLogic;
    type: "WorkRecord";
    [key: string]: unknown;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: unknown

Properties

actions: string[]
group: "widget"
id?: string
renderRule?: RulesLogic
type: "WorkRecord"