🚪

window.GEVME JS Object

Overview

The list below shows the main (first level) objects, properties and methods available on window.GEVME:

🖲️
Rebar Objects

JS SyntaxNameTypeDescription
window.GEVME.
window.GEVME.agenda
Array of Objects
List of all agendas available for the project. You may find the agendas in the picture shown below. 
window.GEVME.description
String
Description of the venue in use.
window.GEVME.endTime
String
String of date and time formatted in UTC Timezone. Eg: “2021-06-24T08:35:00.000Z”.
window.GEVME.logos
String
URL of the logos.
window.GEVME.name
String
The name of the venue.
window.GEVME.projectShowcase.showcaseSlug
String
Session livepage of the agenda, appended with a token to ensure value is unique. Eg: Session Livepage: Project –> showcaseSlug: Project-cbdnxU80.
window.GEVME.speakers
Array of Objects
List of all speakers available on the project.
window.GEVME.startTime
String
String of date and time formatted in UTC Timezone. Eg: “2021-06-24T08:35:00.000Z”.
window.GEVME.fullPagePreview
Boolean
Indicates whether it is a full page preview.
window.GEVME.global
Object
Contains the global files’ content available to all livepages.
window.GEVME.baseUrl
String
[Deprecated] Represents the URL to the folder of template being loaded
window.GEVME.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.
window.GEVME.isPreview
Boolean
Indicates whether the page is a preview.
window.GEVME.livepage
Object
Contains attributes related to this livepage.
window.GEVME.backgroundImage
String
The URL of background image.
window.GEVME.hasCustomBackground
Boolean
Under livepage settings, if Use a custom background image is selected, this field will be true.
window.GEVME.hasCustomLogo
Boolean
Similar to hasCustomBackground.
window.GEVME.id
String
The ID of the venue.
window.GEVME.isPublic
Boolean
Indicates whether the livepage is public.
window.GEVME.isPublished
Boolean
Indicates whether the livepage is published.
window.GEVME.logo
String
Logo of the company that sponsors.
window.GEVME.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.
window.GEVME.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.
window.GEVME.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
window.GEVME.title
String
The title of the livepage.
window.GEVME.project
Object
Contains attributes related to the project.
window.GEVME.baseUrl
String
[Deprecated] Represents the URL to the folder of template being loaded
window.GEVME.companyId
String
The ID of the company.
window.GEVME.id
String
The ID of the venue.
window.GEVME.name
String
The name of the venue.
window.GEVME.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.
window.GEVME.rootUrl
String
The root URL of a project. Eg. www.gevme.com/page or customdomain.com/page. Does not end with backslash.
window.GEVME.setting
Object
Contains settings of the current livepage.
window.GEVME.backgroundImage
String
The URL of background image.
window.GEVME.customDomain
String
URL of the custom domain.
window.GEVME.header
Object
Contains attributes for header settings.
window.GEVME.enabled
Boolean
Indicates whether a particular type of widget is enabled for the livepage.
window.GEVME.livebar
Object
Contains attributes for livebar settings.
window.GEVME.closable
Boolean
window.GEVME.enabled
Boolean
Indicates whether a particular type of widget is enabled for the livepage.
window.GEVME.positionLeft
Boolean
window.GEVME.positionRight
Boolean
window.GEVME.loginOption
Object
Contains attributes for login options.
window.GEVME.custom
Object
window.GEVME.email
String
Email of user.
window.GEVME.google
Boolean
window.GEVME.microsoft
Boolean
window.GEVME.sharedPassword
Object
window.GEVME.sharedPassword.enable
Boolean
window.GEVME.sharedPassword.value
Array of Objects
window.GEVME.sms
Boolean
window.GEVME.logo
String
Logo of the company that sponsors.
window.GEVME.registrationUrl
String
 
window.GEVME.textColor
String
Hex code for the default text color.
window.GEVME.speakers
Array of Objects
List of all speakers available on the project.
window.GEVME.bio
String
Biography of speaker, in HTML format. Eg: “<p>Biography</p>”.
window.GEVME.company
String
Company of user.
window.GEVME.firstname
String
First name of user.
window.GEVME.jobTitle
String
Job title of user.
window.GEVME.lastname
String
Last name of user.
window.GEVME.profilePhoto
String
URL of the speaker’s profile picture uploaded.
window.GEVME.sponsor
Object
The sponsor currently active for this page.
window.GEVME.code
String
Unique ID when creating the sponsorship company.
window.GEVME.custom1
String
Custom fields that the company would want to add in the sponsorship.
window.GEVME.custom2
String
Custom fields that the company would want to add in the sponsorship.
window.GEVME.custom3
String
Custom fields that the company would want to add in the sponsorship.
window.GEVME.custom4
String
Custom fields that the company would want to add in the sponsorship.
window.GEVME.custom5
String
Custom fields that the company would want to add in the sponsorship.
window.GEVME.description
String
Description of the venue in use.
window.GEVME.id
String
The ID of the venue.
window.GEVME.isBookmarked
Boolean
Checks if the sponsorship is bookmarked.
window.GEVME.logo
String
Logo of the company that sponsors.
window.GEVME.name
String
The name of the venue.
window.GEVME.projectId
String
Project ID related to the event.
window.GEVME.socialMediaLinks
Array of Objects
Any social media links such as Twitter, Instagram, Website, etc. Full for description, click here.
window.GEVME.label
String
window.GEVME.type
String
The type of the venue. e.g. “store”.
window.GEVME.url
String
window.GEVME.sponsorPackageId
String
If sponsorship is linked to any package, sponsorPackageId will contain the id of the package.
window.GEVME.tagline
String
Optional tagline for the company.
window.GEVME.sponsors
Array of Objects
Array of sponsor object. Read more
sponsor
window.GEVME.template
Object
The template used by the livepage.
window.GEVME.baseURL
String
Base URL of folder to template
window.GEVME.name
String
The name of the venue.
window.GEVME.toggleResourceBookmark
Function
Click here for more information.
window.GEVME.user
Object
Information about currently logged in user
window.GEVME.company
String
Company of user.
window.GEVME.email
String
Email of user.
window.GEVME.firstname
String
First name of user.
window.GEVME.id
String
The ID of the venue.
window.GEVME.jobTitle
String
Job title of user.
window.GEVME.lastname
String
Last name of user.
window.GEVME.projectId
String
Project ID related to the event.
window.GEVME.utils
Object
Various utilities to support GEVME such as log out function, modal pop up, modal visibility, etc.
window.GEVME.checkModalPopupVisibility
Function
You can switch modal pop up to be visible as such: window.GEVME.utils.checkModalPopupVisibility(true)
window.GEVME.logoutUser
Function
Click here for more information.
window.GEVME.openModalPopup
Function
Click here for more information.
window.GEVME.venue
Object
Contains attributes related to the venue.
window.GEVME.active
Integer
window.GEVME.description
String
Description of the venue in use.
window.GEVME.experience
Object
Contains attributes for the experience being used.
window.GEVME.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.
window.GEVME.gallery
Array of Strings
List of sample preview pictures of the venue.
window.GEVME.goodFor
String
Suggested usage of the venue.
window.GEVME.id
String
The ID of the venue.
window.GEVME.isEditable
Integer
window.GEVME.name
String
The name of the venue.
window.GEVME.sdkBaseUrl
String
The URL of sdk.
window.GEVME.source
String
Source of the venue. e.g.”github”.
window.GEVME.thumbnail
String
The URL of the thumbnail image file.
window.GEVME.type
String
The type of the venue. e.g. “store”.
window.GEVME.version
String
The version number of the venue.
window.GEVME.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
window.GEVME.enabled
Boolean
Indicates whether a particular type of widget is enabled for the livepage.
window.GEVME.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.
window.GEVME.featuresOrdering
Boolean
Indicates if the list of features are being ordered in the array.
window.GEVME.inputs
Array of Objects
 
window.GEVME.options
Array
 
window.GEVME.position
String
Field is only available when widget is of type: “live-bar”. Position can be “right” or “left”, etc.
window.GEVME.widget
String
There are 3 types of widgets: “live-bar”, “header”, and “menus”.

Reference List

The table below lists down the full list objects, properties and methods available on window.GEVME:

🖲️
Rebar Objects

JS SyntaxNameTypeDescription
window.GEVME.
window.GEVME.agenda
Array of Objects
List of all agendas available for the project. You may find the agendas in the picture shown below. 
window.GEVME.description
String
Description of the venue in use.
window.GEVME.endTime
String
String of date and time formatted in UTC Timezone. Eg: “2021-06-24T08:35:00.000Z”.
window.GEVME.logos
String
URL of the logos.
window.GEVME.name
String
The name of the venue.
window.GEVME.projectShowcase.showcaseSlug
String
Session livepage of the agenda, appended with a token to ensure value is unique. Eg: Session Livepage: Project –> showcaseSlug: Project-cbdnxU80.
window.GEVME.speakers
Array of Objects
List of all speakers available on the project.
window.GEVME.startTime
String
String of date and time formatted in UTC Timezone. Eg: “2021-06-24T08:35:00.000Z”.
window.GEVME.fullPagePreview
Boolean
Indicates whether it is a full page preview.
window.GEVME.global
Object
Contains the global files’ content available to all livepages.
window.GEVME.baseUrl
String
[Deprecated] Represents the URL to the folder of template being loaded
window.GEVME.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.
window.GEVME.isPreview
Boolean
Indicates whether the page is a preview.
window.GEVME.livepage
Object
Contains attributes related to this livepage.
window.GEVME.backgroundImage
String
The URL of background image.
window.GEVME.hasCustomBackground
Boolean
Under livepage settings, if Use a custom background image is selected, this field will be true.
window.GEVME.hasCustomLogo
Boolean
Similar to hasCustomBackground.
window.GEVME.id
String
The ID of the venue.
window.GEVME.isPublic
Boolean
Indicates whether the livepage is public.
window.GEVME.isPublished
Boolean
Indicates whether the livepage is published.
window.GEVME.logo
String
Logo of the company that sponsors.
window.GEVME.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.
window.GEVME.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.
window.GEVME.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
window.GEVME.title
String
The title of the livepage.
window.GEVME.project
Object
Contains attributes related to the project.
window.GEVME.baseUrl
String
[Deprecated] Represents the URL to the folder of template being loaded
window.GEVME.companyId
String
The ID of the company.
window.GEVME.id
String
The ID of the venue.
window.GEVME.name
String
The name of the venue.
window.GEVME.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.
window.GEVME.rootUrl
String
The root URL of a project. Eg. www.gevme.com/page or customdomain.com/page. Does not end with backslash.
window.GEVME.setting
Object
Contains settings of the current livepage.
window.GEVME.backgroundImage
String
The URL of background image.
window.GEVME.customDomain
String
URL of the custom domain.
window.GEVME.header
Object
Contains attributes for header settings.
window.GEVME.enabled
Boolean
Indicates whether a particular type of widget is enabled for the livepage.
window.GEVME.livebar
Object
Contains attributes for livebar settings.
window.GEVME.closable
Boolean
window.GEVME.enabled
Boolean
Indicates whether a particular type of widget is enabled for the livepage.
window.GEVME.positionLeft
Boolean
window.GEVME.positionRight
Boolean
window.GEVME.loginOption
Object
Contains attributes for login options.
window.GEVME.custom
Object
window.GEVME.email
String
Email of user.
window.GEVME.google
Boolean
window.GEVME.microsoft
Boolean
window.GEVME.sharedPassword
Object
window.GEVME.sharedPassword.enable
Boolean
window.GEVME.sharedPassword.value
Array of Objects
window.GEVME.sms
Boolean
window.GEVME.logo
String
Logo of the company that sponsors.
window.GEVME.registrationUrl
String
 
window.GEVME.textColor
String
Hex code for the default text color.
window.GEVME.speakers
Array of Objects
List of all speakers available on the project.
window.GEVME.bio
String
Biography of speaker, in HTML format. Eg: “<p>Biography</p>”.
window.GEVME.company
String
Company of user.
window.GEVME.firstname
String
First name of user.
window.GEVME.jobTitle
String
Job title of user.
window.GEVME.lastname
String
Last name of user.
window.GEVME.profilePhoto
String
URL of the speaker’s profile picture uploaded.
window.GEVME.sponsor
Object
The sponsor currently active for this page.
window.GEVME.code
String
Unique ID when creating the sponsorship company.
window.GEVME.custom1
String
Custom fields that the company would want to add in the sponsorship.
window.GEVME.custom2
String
Custom fields that the company would want to add in the sponsorship.
window.GEVME.custom3
String
Custom fields that the company would want to add in the sponsorship.
window.GEVME.custom4
String
Custom fields that the company would want to add in the sponsorship.
window.GEVME.custom5
String
Custom fields that the company would want to add in the sponsorship.
window.GEVME.description
String
Description of the venue in use.
window.GEVME.id
String
The ID of the venue.
window.GEVME.isBookmarked
Boolean
Checks if the sponsorship is bookmarked.
window.GEVME.logo
String
Logo of the company that sponsors.
window.GEVME.name
String
The name of the venue.
window.GEVME.projectId
String
Project ID related to the event.
window.GEVME.socialMediaLinks
Array of Objects
Any social media links such as Twitter, Instagram, Website, etc. Full for description, click here.
window.GEVME.label
String
window.GEVME.type
String
The type of the venue. e.g. “store”.
window.GEVME.url
String
window.GEVME.sponsorPackageId
String
If sponsorship is linked to any package, sponsorPackageId will contain the id of the package.
window.GEVME.tagline
String
Optional tagline for the company.
window.GEVME.sponsors
Array of Objects
Array of sponsor object. Read more
sponsor
window.GEVME.template
Object
The template used by the livepage.
window.GEVME.baseURL
String
Base URL of folder to template
window.GEVME.name
String
The name of the venue.
window.GEVME.toggleResourceBookmark
Function
Click here for more information.
window.GEVME.user
Object
Information about currently logged in user
window.GEVME.company
String
Company of user.
window.GEVME.email
String
Email of user.
window.GEVME.firstname
String
First name of user.
window.GEVME.id
String
The ID of the venue.
window.GEVME.jobTitle
String
Job title of user.
window.GEVME.lastname
String
Last name of user.
window.GEVME.projectId
String
Project ID related to the event.
window.GEVME.utils
Object
Various utilities to support GEVME such as log out function, modal pop up, modal visibility, etc.
window.GEVME.checkModalPopupVisibility
Function
You can switch modal pop up to be visible as such: window.GEVME.utils.checkModalPopupVisibility(true)
window.GEVME.logoutUser
Function
Click here for more information.
window.GEVME.openModalPopup
Function
Click here for more information.
window.GEVME.venue
Object
Contains attributes related to the venue.
window.GEVME.active
Integer
window.GEVME.description
String
Description of the venue in use.
window.GEVME.experience
Object
Contains attributes for the experience being used.
window.GEVME.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.
window.GEVME.gallery
Array of Strings
List of sample preview pictures of the venue.
window.GEVME.goodFor
String
Suggested usage of the venue.
window.GEVME.id
String
The ID of the venue.
window.GEVME.isEditable
Integer
window.GEVME.name
String
The name of the venue.
window.GEVME.sdkBaseUrl
String
The URL of sdk.
window.GEVME.source
String
Source of the venue. e.g.”github”.
window.GEVME.thumbnail
String
The URL of the thumbnail image file.
window.GEVME.type
String
The type of the venue. e.g. “store”.
window.GEVME.version
String
The version number of the venue.
window.GEVME.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
window.GEVME.enabled
Boolean
Indicates whether a particular type of widget is enabled for the livepage.
window.GEVME.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.
window.GEVME.featuresOrdering
Boolean
Indicates if the list of features are being ordered in the array.
window.GEVME.inputs
Array of Objects
 
window.GEVME.options
Array
 
window.GEVME.position
String
Field is only available when widget is of type: “live-bar”. Position can be “right” or “left”, etc.
window.GEVME.widget
String
There are 3 types of widgets: “live-bar”, “header”, and “menus”.