AboutSupportDeveloper GuideVersion 38.126.82.64
interface LayoutIdentity {
    layoutName: string;
    name: string;
    uuid: string;
}

Properties

Properties

layoutName: string

The name of the layout in a given window.

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.