@suluk/panel - v0.3.1
    Preparing search index...

    Interface ShellOptions

    interface ShellOptions {
        title: string;
        brand: string;
        basePath: string;
        entities?: { name: string; count?: number }[];
        nav?: NavGroup[];
        homeLabel?: string;
        active: string;
        heading: string;
        body: string;
        headHtml?: string;
        crumbs?: { label: string; href?: string }[];
    }
    Index

    Properties

    title: string
    brand: string
    basePath: string
    entities?: { name: string; count?: number }[]

    Flat collections nav (legacy/simple form). Ignored when nav is provided.

    nav?: NavGroup[]

    Grouped sidebar nav (dashboard-framework form): one section per group, each with its items.

    homeLabel?: string

    Label for the home/dashboard nav link (default "Dashboard").

    active: string
    heading: string
    body: string
    headHtml?: string
    crumbs?: { label: string; href?: string }[]