OpenFin Workspace API
    Preparing search index...

    Interface NotificationStream

    Details of the application that will handle any actions coming from a particular stream.

    interface NotificationStream {
        appId: string;
        displayName: string;
        id: string;
    }
    Index
    appId: string

    ID of the application source of this stream.

    displayName: string

    Stream title.

    Providing a different displayName for an existing stream id will update the displayName of the stream stored in Notification Center.

    id: string

    Unique id of the stream.