AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface RoutingInfo

    interface RoutingInfo {
        channelId: string;
        channelName: string;
        endpointId: string;
        name: string;
        uuid: string;
    }
    Index
    channelId: string

    Identifier of the channel.

    channelName: string

    Channel provider name.

    endpointId: string
    name: string

    The name of the component. Must be unique within the owning application.

    uuid: string

    Universally unique identifier of the application that owns the component.