Interface ActiveSessionChangedEvent

interface ActiveSessionChangedEvent {
    focus?: boolean;
    sessionId: undefined | string;
    type: "activeChange";
}

Properties

Properties

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