@ua/react-native-airship
    Preparing search index...

    Interface CommonSection

    PreferenceCenter

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    display?: CommonDisplay

    display information

    id: string

    the section identifier

    items: Item[]

    list of section items

    type: "section"