couch-kit
    Preparing search index...

    Interface DebugOverlayProps

    interface DebugOverlayProps {
        data: DebugPanelData;
        defaultCollapsed?: boolean;
        maxHeight?: number;
        position?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
    }
    Index

    Debug panel data from useDebugPanel hook

    defaultCollapsed?: boolean

    Initial collapsed state

    maxHeight?: number

    Maximum height of the panel

    position?: "top-left" | "top-right" | "bottom-left" | "bottom-right"

    Position on screen