Interface CommentsWidgetConfig

interface CommentsWidgetConfig {
    group: "widget";
    id?: string;
    renderRule?: RulesLogic;
    sort?: "asc" | "desc";
    type: "Comments";
    [key: string]: unknown;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: unknown

Properties

group: "widget"
id?: string
renderRule?: RulesLogic
sort?: "asc" | "desc"
type: "Comments"