Member Junction
    Preparing search index...

    Info about a section, passed from the container to the Section Manager drawer.

    interface SectionManagerItem {
        Icon: string;
        SectionKey: string;
        SectionName: string;
        Variant: PanelVariant;
    }
    Index

    Properties

    Icon: string
    SectionKey: string
    SectionName: string
    Variant: PanelVariant