KC's Workspace
    Preparing search index...

    Exclude null and undefined from T

    interface DevtoolsOptions {
        clean?: boolean;
        sessionId?: string;
        ui?: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    clean?: boolean

    Clean devtools stale sessions.

    true
    
    sessionId?: string
    ui?: any

    [experimental] Enable devtools integration. @vitejs/devtools must be installed as a dependency.

    Defaults to true, if @vitejs/devtools is installed.