this.gui
    Preparing search index...

    Type Alias MountDevtoolsOptions

    type MountDevtoolsOptions = {
        adminView?: boolean;
        enabled?: boolean;
        inspector?: boolean;
        inspectorToggleVisible?: boolean;
    }
    Index

    Properties

    adminView?: boolean

    Mount the admin view runtime. Even when false initially, the admin view can still be mounted if enabled is true so it can react to later control-surface toggles.

    enabled?: boolean

    Enable the runtime devtools surface. When true, initial inspector/admin states are read from persisted preferences.

    inspector?: boolean

    Mount the inspector panel runtime. Even when false initially, the inspector can still be mounted if enabled is true so it can react to later control-surface toggles.

    inspectorToggleVisible?: boolean

    Show the floating inspector toggle chip.