Link Search Menu Expand Document

Accessing Objects

There are 2 ways to access Objects such as agenda, speakers, user:

  1. As expressions within Rebar: simpler and more convenient with minimal coding involved
  2. As javascript object: allows to build a more complex interactions for more experienced developers

window.GEVME

Introduction

The information here can be helpful for creating a more complex interactions of your own customised experiences in Venue Builder by providing additional code in your preferred index.html file. In this page, we provide all the keys to the GEVME object which you can modify by using createElement or other methods in your index.html file.

Usage

To access an object through javascript object, you can access by using window.GEVME as such:

window.GEVME.user.firstname
window.GEVME.livepage.setting

Table of contents