Theia API Documentation v1.65.0
    Preparing search index...
    interface ActiveSessionChangedEvent {
        focus?: boolean;
        sessionId: undefined | string;
        type: "activeChange";
    }
    Index

    Properties

    Properties

    focus?: boolean
    sessionId: undefined | string
    type: "activeChange"