Interface ActiveSessionChangedEvent

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

Properties

Properties

focus?: boolean
sessionId: undefined | string