@serenada/react-ui
    Preparing search index...

    Interface DebugPanelProps

    interface DebugPanelProps {
        connectionInfo?: DebugPanelConnectionInfo;
        onClose?: () => void;
        sections?: DebugPanelSection[];
        stats: CallStats | null;
        strings?: Partial<Record<SerenadaString, string>>;
    }
    Index

    Properties

    connectionInfo?: DebugPanelConnectionInfo
    onClose?: () => void
    sections?: DebugPanelSection[]

    Pre-built sections override. When provided, stats are ignored.

    stats: CallStats | null
    strings?: Partial<Record<SerenadaString, string>>