Description
List of all agendas available for the project. You may find the agendas in the picture shown below.Â
JS Syntax
window.GEVME.agenda
Rebar Syntax
{{agenda}}
Type
Array of Objects
Name | Type | Description | Rebar Syntax | JS Syntax |
---|---|---|---|---|
description | String | Description string is in HTML format. Eg: “<p>Description</p>”. | {{description}} | window.GEVME.description |
endTime | String | String of date and time formatted in UTC Timezone. Eg: “2021-06-24T08:35:00.000Z”. | {{endTime}} | window.GEVME.endTime |
logos | String | URL of the logos. | {{logos}} | window.GEVME.logos |
name | String | Session title of the agenda. | {{name}} | window.GEVME.name |
projectShowcase.showcaseSlug | String | Session livepage of the agenda, appended with a token to ensure value is unique. Eg: Session Livepage: Project –> showcaseSlug: Project-cbdnxU80. | {{projectShowcase.showcaseSlug}} | window.GEVME.projectShowcase.showcaseSlug |
speakers | Array of Objects | Speakers that are relevant to the agenda on a specific livepage. For full description, click here. | {{speakers}} | window.GEVME.speakers |
startTime | String | String of date and time formatted in UTC Timezone. Eg: “2021-06-24T08:35:00.000Z”. | {{startTime}} | window.GEVME.startTime |