OpenFin Workspace API
    Preparing search index...

    Interface NotificationSourceDesktop

    For notifications that have originated from an application running on the same machine as the provider.

    interface NotificationSourceDesktop {
        identity: Identity_4;
        origin?: string;
        type: "desktop";
    }
    Index
    identity: Identity_4

    The identity of the window that raised this notification.

    This will always be a window of the current application - but could have been raised by an instance of this application running on a different machine.

    origin?: string

    The origin of the notification, which is the url of the window that raised the notification. This property is optional to support backward compatibility with sources that do not have the origin starting with version 2.7.1.

    type: "desktop"