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

    Interface ClientIdentityMultiRuntime

    interface ClientIdentityMultiRuntime {
        endpointId: string;
        isLocalEndpointId: boolean;
        name: string;
        runtimeUuid: string;
        uuid: string;
    }
    Index
    endpointId: string

    Unique identifier for a client, because there can be multiple clients at one name/uuid entity.

    isLocalEndpointId: boolean
    name: string

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

    runtimeUuid: string
    uuid: string

    Universally unique identifier of the application that owns the component.