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