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

    Interface Identity

    Unique identifier for a window, view or iframe.

    The uuid property refers the application that owns the entity, not to the entity itself. The name property identifies the entity itself, and must be unique within the application.

    interface Identity {
        name: string;
        uuid: string;
    }
    Index
    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.