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

    Interface PanelGroup

    Sidebar grouping: a titled section listing entity names and/or section ids, in order.

    interface PanelGroup {
        title: string;
        entities?: string[];
        sections?: string[];
    }
    Index

    Properties

    title: string
    entities?: string[]
    sections?: string[]