Description
Contains attributes related to the venue.
JS Syntax
window.GEVME.venue
Rebar Syntax
{{venue}}
Type
Object
Name | Type | Description | Rebar Syntax | JS Syntax |
---|---|---|---|---|
active | Integer | {{venue.active}} | window.GEVME.venue.active | |
description | String | Description of the venue in use. | {{venue.description}} | window.GEVME.venue.description |
experience | Object | Contains attributes for the experience being used. | {{venue.experience}} | window.GEVME.venue.experience |
features | String | Key features of the venue in use. | {{venue.features}} | window.GEVME.venue.features |
gallery | Array of Strings | List of sample preview pictures of the venue. | {{venue.gallery}} | window.GEVME.venue.gallery |
goodFor | String | Suggested usage of the venue. | {{venue.goodFor}} | window.GEVME.venue.goodFor |
id | String | The ID of the venue. | {{venue.id}} | window.GEVME.venue.id |
isEditable | Integer | {{venue.isEditable}} | window.GEVME.venue.isEditable | |
name | String | The name of the venue. | {{venue.name}} | window.GEVME.venue.name |
sdkBaseUrl | String | The URL of sdk. | {{venue.sdkBaseUrl}} | window.GEVME.venue.sdkBaseUrl |
source | String | Source of the venue. e.g.”github”. | {{venue.source}} | window.GEVME.venue.source |
thumbnail | String | The URL of the thumbnail image file. | {{venue.thumbnail}} | window.GEVME.venue.thumbnail |
type | String | The type of the venue. e.g. “store”. | {{venue.type}} | window.GEVME.venue.type |
version | String | The version number of the venue. | {{venue.version}} | window.GEVME.venue.version |