AboutSupportDeveloper GuideVersion 41.129.83.3

Generated on changes to a user’s local computer session.

interface SessionChangedEvent {
    reason:
        | "unknown"
        | "lock"
        | "unlock"
        | "remote-connect"
        | "remote-disconnect";
    topic: "system";
    type: "session-changed";
}

Properties

Properties

reason:
    | "unknown"
    | "lock"
    | "unlock"
    | "remote-connect"
    | "remote-disconnect"
topic: "system"

The "kebab-case" classname of the emitter that raised the event.

OpenFin.Frame is represented as iframe.

type: "session-changed"

The type of event that was raised. Equal to the typename of the event payload in "kebab case".

Guaranteed to be unique within each topic, but can be repeated between topics (e.g. WebContentsEvents.CrashedEvent and ApplicationEvents.CrashedEvent).