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

    Interface CreateViewTarget

    interface CreateViewTarget {
        location?: { id: string } & AddViewToStackOptions;
        name: string;
        uuid: string;
    }
    Index
    location?: { id: string } & AddViewToStackOptions

    If specified, view creation will not attach to a window and caller must insert the view into the layout explicitly

    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.