UXP Toolkit
    Preparing search index...
    interface DevtoolsConnection {
        events: EventEmitter<DevtoolsConnectionEventMap>;
        teardown: () => Promise<void>;
        url: string;
    }
    Index

    Properties

    Properties

    events: EventEmitter<DevtoolsConnectionEventMap>
    teardown: () => Promise<void>

    Unload the plugin and tear down the Vulcan connection

    url: string

    Debugger websocket URL