Interface RecordsWidgetConfig

interface RecordsWidgetConfig {
    actions: string[];
    group: "widget";
    id?: string;
    projection?: string[];
    renderRule?: RulesLogic;
    type: "Records";
    [key: string]: unknown;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: unknown

Properties

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