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

    Interface PanelSection

    A custom, non-CRUD page mounted at ${basePath}/s/<id>, rendered inside the panel shell.

    interface PanelSection {
        id: string;
        label: string;
        summary?: string;
        render: (c: Context) => string | Promise<string>;
    }
    Index

    Properties

    Properties

    id: string
    label: string
    summary?: string

    short line shown on the home card (else "Open").

    render: (c: Context) => string | Promise<string>

    Inner HTML for the section body (may include