Memberof

PreferenceCenter

interface CommonSection {
    display?: CommonDisplay;
    id: string;
    items: Item[];
    type: "section";
}

Hierarchy (view full)

Properties

Properties

display?: CommonDisplay

display information

id: string

the section identifier

items: Item[]

list of section items

type: "section"