Name | Type | Description | Rebar Syntax | JS Syntax | Parent1 Object | Parent2 Object | Parent1 Object Type | Parent2 Object Type |
---|---|---|---|---|---|---|---|---|
baseUrl | String | [Deprecated] Represents the URL to the folder of template being loaded | {{project.baseUrl}} | window.GEVME.project.baseUrl | Object | |||
partials | Object | List of HTML codes for partials which are used for rendering preset components on the page, the keys are the name of the html files. | {{project.partials}} | window.GEVME.project.partials | Object | |||
backgroundImage | String | The URL of background image. | {{setting.backgroundImage}} | window.GEVME.setting.backgroundImage | Object | |||
hasCustomBackground | Boolean | Under livepage settings, if Use a custom background image is selected, this field will be true. | {{livepage.hasCustomBackground}} | window.GEVME.livepage.hasCustomBackground | Object | |||
hasCustomLogo | Boolean | Similar to hasCustomBackground. | {{livepage.hasCustomLogo}} | window.GEVME.livepage.hasCustomLogo | Object | |||
id | String | Id of the company sponsor. | {{sponsor.id}} | window.GEVME.sponsor.id | Object | |||
isPublic | Boolean | Indicates whether the livepage is public. | {{livepage.isPublic}} | window.GEVME.livepage.isPublic | Object | |||
isPublished | Boolean | Indicates whether the livepage is published. | {{livepage.isPublished}} | window.GEVME.livepage.isPublished | Object | |||
logo | String | Logo of the company that sponsors. | {{sponsor.logo}} | window.GEVME.sponsor.logo | Object | |||
showcaseblocks | Object | Shows all the details about each block in the livepage. One example for Rich Text block is shown here. You may refer to other block types under Experience JSON tab. | {{livepage.showcaseblocks}} | window.GEVME.livepage.showcaseblocks | Object | |||
slug | String | The uniquely identifiable URL slug of the livepage. To generate the full URL of a page, you can use:
Rebar Syntax:
{{project.rootUrl}} /{{livepage.slug}}
Javascript Syntax:
window.GEVME.project.rootURL + "/" + window.GEVME.livepage.slug | {{livepage.slug}} | window.GEVME.livepage.slug | Object | |||
title | String | The title of the livepage. | {{livepage.title}} | window.GEVME.livepage.title | Object | |||
showcaseblocksweight | Array of Objects | Similar to showcaseblocks. However, the main difference is that for showcaseblocks, the type is in array of objects, with all the showcaseblocks being ordered based on how they are configured. | {{livepage.showcaseblocksweight}} | window.GEVME.livepage.showcaseblocksweight | Object | |||
description | String | Description for the company. | {{sponsor.description}} | window.GEVME.sponsor.description | Object | |||
startTime | String | String of date and time formatted in UTC Timezone. Eg: “2021-06-24T08:35:00.000Z”. | {{agenda.0.startTime}} | window.GEVME.agenda[0].startTime | Array of Objects | |||
speakers | ||||||||
projectShowcase.showcaseSlug | String | Session livepage of the agenda, appended with a token to ensure value is unique. Eg: Session Livepage: Project –> showcaseSlug: Project-cbdnxU80. | {{agenda.0.projectShowcase.showcaseSlug}} | window.GEVME.agenda[0].projectShowcase.showcaseSlug | Array of Objects | |||
name | String | Name of the company that sponsors. | {{sponsor.name}} | window.GEVME.sponsor.name | Object | |||
logos | String | URL of the logos. | {{agenda.0.logos}} | window.GEVME.agenda[0].logos | Array of Objects | |||
endTime | String | String of date and time formatted in UTC Timezone. Eg: “2021-06-24T08:35:00.000Z”. | {{agenda.0.endTime}} | window.GEVME.agenda[0].endTime | Array of Objects | |||
baseUrl | String | [Deprecated] Represents the URL to the folder of template being loaded | {{project.baseUrl}} | window.GEVME.project.baseUrl | Object | |||
partials | Object | List of HTML codes for partials which are used for rendering preset components on the page, the keys are the name of the html files. | {{project.partials}} | window.GEVME.project.partials | Object | |||
name | String | Name of the company that sponsors. | {{sponsor.name}} | window.GEVME.sponsor.name | Object | |||
id | String | Id of the company sponsor. | {{sponsor.id}} | window.GEVME.sponsor.id | Object | |||
companyId | String | The ID of the company. | {{project.companyId}} | window.GEVME.project.companyId | Object | |||
backgroundImage | String | The URL of background image. | {{setting.backgroundImage}} | window.GEVME.setting.backgroundImage | Object | |||
customDomain | String | URL of the custom domain. | {{setting.customDomain}} | window.GEVME.setting.customDomain | Object | |||
textColor | String | Hex code for the default text color. | {{setting.textColor}} | window.GEVME.setting.textColor | Object | |||
registrationUrl | String | {{setting.registrationUrl}} | window.GEVME.setting.registrationUrl | Object | ||||
logo | String | Logo of the company that sponsors. | {{sponsor.logo}} | window.GEVME.sponsor.logo | Object | |||
loginOption | Object | Contains attributes for login options. | {{setting.loginOption}} | window.GEVME.setting.loginOption | Object | |||
livebar | Object | Contains attributes for livebar settings. | {{setting.livebar}} | window.GEVME.setting.livebar | Object | |||
header | Object | Contains attributes for header settings. | {{setting.header}} | window.GEVME.setting.header | Object | |||
toggleResourceBookmark | Function | Click here for more information. | {{toggleResourceBookmark}} | window.GEVME.toggleResourceBookmark | ||||
openModalPopup | Function | Click here for more information. | {{utils.openModalPopup}} | window.GEVME.utils.openModalPopup | Object | |||
logoutUser | Function | Click here for more information. | {{utils.logoutUser}} | window.GEVME.utils.logoutUser | Object | |||
checkModalPopupVisibility | Function | You can switch modal pop up to be visible as such: window.GEVME.utils.checkModalPopupVisibility(true) | {{utils.checkModalPopupVisibility}} | window.GEVME.utils.checkModalPopupVisibility | Object | |||
id | String | Id of the company sponsor. | {{sponsor.id}} | window.GEVME.sponsor.id | Object | |||
source | String | Source of the venue. e.g.”github”. | {{venue.source}} | window.GEVME.venue.source | Object | |||
type | String | {{sponsor.socialMediaLinks.0.type}} | window.GEVME.sponsor.socialMediaLinks[0].type | Object | Array of Objects | |||
gallery | Array of Strings | List of sample preview pictures of the venue. | {{venue.gallery}} | window.GEVME.venue.gallery | Object | |||
description | String | Description for the company. | {{sponsor.description}} | window.GEVME.sponsor.description | Object | |||
thumbnail | String | The URL of the thumbnail image file. | {{venue.thumbnail}} | window.GEVME.venue.thumbnail | Object | |||
isEditable | Integer | {{venue.isEditable}} | window.GEVME.venue.isEditable | Object | ||||
sdkBaseUrl | String | The URL of sdk. | {{venue.sdkBaseUrl}} | window.GEVME.venue.sdkBaseUrl | Object | |||
version | String | The version number of the venue. | {{venue.version}} | window.GEVME.venue.version | Object | |||
experience | Object | Contains attributes for the experience being used. | {{venue.experience}} | window.GEVME.venue.experience | Object | |||
features | Array of Objects | Each type of widget has multiple features. For example, live-bar widget has 7 different features whereas a header widget has only 3 features. | {{widgets.0.features}} | window.GEVME.widgets[0].features | Array of Objects | |||
name | String | Name of the company that sponsors. | {{sponsor.name}} | window.GEVME.sponsor.name | Object | |||
goodFor | String | Suggested usage of the venue. | {{venue.goodFor}} | window.GEVME.venue.goodFor | Object | |||
email | Boolean | {{setting.loginOption.email}} | window.GEVME.setting.loginOption.email | Object | Object | |||
lastname | String | Last name of speaker. | {{speakers.0.lastname}} | window.GEVME.speakers[0].lastname | Array of Objects | |||
projectId | String | Project ID of this sponsorship. | {{sponsor.projectId}} | window.GEVME.sponsor.projectId | Object | |||
id | String | Id of the company sponsor. | {{sponsor.id}} | window.GEVME.sponsor.id | Object | |||
jobtitle | String | Job title of speaker. | {{speakers.0.jobtitle}} | window.GEVME.speakers[0].jobtitle | Array of Objects | |||
firstname | String | First name of speaker. | {{speakers.0.firstname}} | window.GEVME.speakers[0].firstname | Array of Objects | |||
active | Integer | {{venue.active}} | window.GEVME.venue.active | Object | ||||
company | String | Company of speaker. | {{speakers.0.company}} | window.GEVME.speakers[0].company | Array of Objects | |||
name | String | Name of the company that sponsors. | {{sponsor.name}} | window.GEVME.sponsor.name | Object | |||
custom2 | String | Custom fields that the company would want to add in the sponsorship. | {{sponsor.custom2}} | window.GEVME.sponsor.custom2 | Object | |||
custom4 | String | Custom fields that the company would want to add in the sponsorship. | {{sponsor.custom4}} | window.GEVME.sponsor.custom4 | Object | |||
custom5 | String | Custom fields that the company would want to add in the sponsorship. | {{sponsor.custom5}} | window.GEVME.sponsor.custom5 | Object | |||
custom3 | String | Custom fields that the company would want to add in the sponsorship. | {{sponsor.custom3}} | window.GEVME.sponsor.custom3 | Object | |||
code | String | Unique ID when creating the sponsorship company. | {{sponsor.code}} | window.GEVME.sponsor.code | Object | |||
id | String | Id of the company sponsor. | {{sponsor.id}} | window.GEVME.sponsor.id | Object | |||
sponsorPackageId | String | If sponsorship is linked to any package, sponsorPackageId will contain the id of the package. | {{sponsor.sponsorPackageId}} | window.GEVME.sponsor.sponsorPackageId | Object | |||
description | String | Description for the company. | {{sponsor.description}} | window.GEVME.sponsor.description | Object | |||
isBookmarked | Boolean | Checks if the sponsorship is bookmarked. | {{sponsor.isBookmarked}} | window.GEVME.sponsor.isBookmarked | Object | |||
projectId | String | Project ID of this sponsorship. | {{sponsor.projectId}} | window.GEVME.sponsor.projectId | Object | |||
name | String | Name of the company that sponsors. | {{sponsor.name}} | window.GEVME.sponsor.name | Object | |||
tagline | String | Optional tagline for the company. | {{sponsor.tagline}} | window.GEVME.sponsor.tagline | Object | |||
logo | String | Logo of the company that sponsors. | {{sponsor.logo}} | window.GEVME.sponsor.logo | Object | |||
custom1 | String | Custom fields that the company would want to add in the sponsorship. | {{sponsor.custom1}} | window.GEVME.sponsor.custom1 | Object | |||
socialMediaLinks | Array of Objects | Any social media links such as Twitter, Instagram, Website, etc. Full for description, click here. | {{sponsor.socialMediaLinks}} | window.GEVME.sponsor.socialMediaLinks | Object | |||
bio | String | Biography of speaker, in HTML format. Eg: “<p>Biography</p>”. | {{speakers.0.bio}} | window.GEVME.speakers[0].bio | Array of Objects | |||
firstname | String | First name of speaker. | {{speakers.0.firstname}} | window.GEVME.speakers[0].firstname | Array of Objects | |||
company | String | Company of speaker. | {{speakers.0.company}} | window.GEVME.speakers[0].company | Array of Objects | |||
jobtitle | String | Job title of speaker. | {{speakers.0.jobtitle}} | window.GEVME.speakers[0].jobtitle | Array of Objects | |||
lastname | String | Last name of speaker. | {{speakers.0.lastname}} | window.GEVME.speakers[0].lastname | Array of Objects | |||
profilePhoto | String | URL of the speaker’s profile picture uploaded. | {{speakers.0.profilePhoto}} | window.GEVME.speakers[0].profilePhoto | Array of Objects | |||
enabled | Boolean | {{setting.livebar.enabled}} | window.GEVME.setting.livebar.enabled | Object | Object | |||
widget | String | There are 3 types of widgets: “live-bar”, “header”, and “menus”. | {{widgets.0.widget}} | window.GEVME.widgets[0].widget | Array of Objects | |||
position | String | Field is only available when widget is of type: “live-bar”. Position can be “right” or “left”, etc. | {{widgets.0.position}} | window.GEVME.widgets[0].position | Array of Objects | |||
options | Array | {{widgets.0.options}} | window.GEVME.widgets[0].options | Array of Objects | ||||
inputs | Array of Objects | {{widgets.0.inputs}} | window.GEVME.widgets[0].inputs | Array of Objects | ||||
featuresOrdering | Boolean | Indicates if the list of features are being ordered in the array. | {{widgets.0.featuresOrdering}} | window.GEVME.widgets[0].featuresOrdering | Array of Objects | |||
features | Array of Objects | Each type of widget has multiple features. For example, live-bar widget has 7 different features whereas a header widget has only 3 features. | {{widgets.0.features}} | window.GEVME.widgets[0].features | Array of Objects | |||
enabled | Boolean | {{setting.livebar.enabled}} | window.GEVME.setting.livebar.enabled | Object | Object | |||
closable | Boolean | {{setting.livebar.closable}} | window.GEVME.setting.livebar.closable | Object | Object | |||
positionRight | Boolean | {{setting.livebar.positionRight}} | window.GEVME.setting.livebar.positionRight | Object | Object | |||
positionLeft | Boolean | {{setting.livebar.positionLeft}} | window.GEVME.setting.livebar.positionLeft | Object | Object | |||
enabled | Boolean | {{setting.livebar.enabled}} | window.GEVME.setting.livebar.enabled | Object | Object | |||
custom | Object | {{setting.loginOption.custom}} | window.GEVME.setting.loginOption.custom | Object | Object | |||
sms | Boolean | {{setting.loginOption.sms}} | window.GEVME.setting.loginOption.sms | Object | Object | |||
sharedPassword | Object | {{setting.loginOption.sharedPassword}} | window.GEVME.setting.loginOption.sharedPassword | Object | Object | |||
sharedPassword.value | Array of Objects | {{setting.loginOption.sharedPassword.value}} | window.GEVME.setting.loginOption.sharedPassword.value | Object | Object | |||
sharedPassword.enable | Boolean | {{setting.loginOption.sharedPassword.enable}} | window.GEVME.setting.loginOption.sharedPassword.enable | Object | Object | |||
microsoft | Boolean | {{setting.loginOption.microsoft}} | window.GEVME.setting.loginOption.microsoft | Object | Object | |||
google | Boolean | {{setting.loginOption.google}} | window.GEVME.setting.loginOption.google | Object | Object | |||
email | Boolean | {{setting.loginOption.email}} | window.GEVME.setting.loginOption.email | Object | Object | |||
label | String | {{sponsor.socialMediaLinks.0.label}} | window.GEVME.sponsor.socialMediaLinks[0].label | Object | Array of Objects | |||
url | String | {{sponsor.socialMediaLinks.0.url}} | window.GEVME.sponsor.socialMediaLinks[0].url | Object | Array of Objects | |||
type | String | {{sponsor.socialMediaLinks.0.type}} | window.GEVME.sponsor.socialMediaLinks[0].type | Object | Array of Objects | |||
agenda | Array of Objects | List of all agendas available for the project. You may find the agendas in the picture shown below. | {{agenda}} | window.GEVME.agenda | ||||
fullPagePreview | Boolean | Indicates whether it is a full page preview. | {{fullPagePreview}} | window.GEVME.fullPagePreview | ||||
widgets | Array of Objects | List settings on current LivePage for all widgets that are enabled. Array contains information about the following widgets with the corresponding array index:
0 - LiveBar
1 - Header
2 - Menus | {{widgets}} | window.GEVME.widgets | ||||
venue | Object | Contains attributes related to the venue. | {{venue}} | window.GEVME.venue | ||||
utils | Object | Various utilities to support GEVME such as log out function, modal pop up, modal visibility, etc. | {{utils}} | window.GEVME.utils | ||||
user | Object | Information about currently logged in user | {{user}} | window.GEVME.user | ||||
template | Object | The template used by the livepage. | {{template}} | window.GEVME.template | ||||
sponsors | Array of Objects | Array of sponsor object. Read more sponsor | {{sponsors}} | window.GEVME.sponsors | ||||
sponsor | Object | The sponsor currently active for this page. | {{sponsor}} | window.GEVME.sponsor | ||||
speakers | ||||||||
setting | Object | Contains settings of the current livepage. | {{setting}} | window.GEVME.setting | ||||
project | Object | Contains attributes related to the project. | {{project}} | window.GEVME.project | ||||
livepage | Object | Contains attributes related to this livepage. | {{livepage}} | window.GEVME.livepage | ||||
isPreview | Boolean | Indicates whether the page is a preview. | {{isPreview}} | window.GEVME.isPreview | ||||
global | Object | Contains the global files’ content available to all livepages. | {{global}} | window.GEVME.global | ||||
{{}} | window.GEVME. | |||||||
baseURL | String | Base URL of folder to template | {{template.baseURL}} | window.GEVME.template.baseURL | Object | |||
rootUrl | String | The root URL of a project. Eg. www.gevme.com/page or customdomain.com/page .
Does not end with backslash. | {{project.rootUrl}} | window.GEVME.project.rootUrl | Object |