AboutSupportDeveloper GuideVersion 41.129.83.2

Generated when a Layout Tab Component was created.

interface TabCreatedEvent {
    containerSelector: string;
    name: string;
    tabSelector: string;
    topic: "openfin-DOM-event";
    type: "tab-created";
    uuid: string;
}

Properties

containerSelector: string
name: string

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

tabSelector: string
topic: "openfin-DOM-event"
type: "tab-created"
uuid: string

Universally unique identifier of the application that owns the component.