Member Junction
    Preparing search index...

    A grouped section in an <mj-left-nav>. The optional label renders as an uppercase section header above the items. Sections WITHOUT a label still group items together (use multiple unlabeled sections to get visual dividers without headers).

    interface MJLeftNavSection {
        items: MJLeftNavItem[];
        label?: string;
    }
    Index

    Properties

    Properties

    items: MJLeftNavItem[]

    The clickable items in this section.

    label?: string

    Optional uppercase header above the items in this section.