AboutSupportDeveloper GuideVersion 34.117.78.11

Interface CreateViewTarget

Hierarchy

  • CreateViewTarget

Properties

layoutName?: string

The name of the layout an action should be targeted to. When not provided, OpenFin attempts to resolve the instance via visibility checks.

location?: {
    id: string;
    index?: number;
}

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

Type declaration

  • id: string
  • Optional index?: number
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.