Variable GENERIC_GAME_BOX_OBJConst 
 
GENERIC_GAME_BOX_OBJ: { 
    _name: string; 
    _tags: string[]; 
    color: string; 
    height: number; 
    highlighted: string; 
    normal: string; 
    previewMessage: string; 
    properties: { 
        componentModal: string; 
        deterministicUrlPrefix: string; 
        url: string; 
    }; 
    templateId: string; 
    type: number; 
    width: number; 
}
Type declaration
- 
_name: string
- 
_tags: string[]
- 
color: string
- 
height: number
- 
highlighted: string
- 
normal: string
- 
previewMessage: string
- 
properties: { 
 componentModal: string;
 deterministicUrlPrefix: string;
 url: string;
 }
- 
componentModal: string
- 
deterministicUrlPrefix: string
- 
url: string
 
- 
templateId: string
- 
type: number
- 
width: number