interface Display {
    id: number;
    localizedName?: string;
    frame: Bounds;
    isMain: boolean;
}

Properties

id: number
localizedName?: string
frame: Bounds
isMain: boolean

Generated using TypeDoc