Type alias FrameInfo

FrameInfo: {
    entityType: EntityType;
    name: string;
    parent: Identity;
    url: string;
    uuid: string;
}

Type declaration

Generated using TypeDoc