Nano WebGPU API - v0.11.0
    Preparing search index...

    Interface DebugPanelOptions

    Options defining style and visibility behaviors for DebugPanel.

    interface DebugPanelOptions {
        defaultTab?: "monitors" | "vram" | "scene";
        hotkey?: string;
        opacity?: number;
        position?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
    }
    Index

    Properties

    defaultTab?: "monitors" | "vram" | "scene"

    Default active panel tab to display on init. Defaults to "monitors".

    hotkey?: string

    Keyboard hotkey character string toggling panel visibility. Defaults to "F3".

    opacity?: number

    Panel translucent opacity value (0 to 1). Defaults to 0.9.

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

    Screen position quadrant anchor. Defaults to "top-left".