AboutSupportDeveloper GuideVersion 38.126.82.64
interface FrameInfo {
    entityType: EntityType;
    name: string;
    parent: Identity;
    url: string;
    uuid: string;
}

Properties

entityType: EntityType
name: string
parent: Identity
url: string
uuid: string