Description
Contains attributes related to the project.
JS Syntax
window.GEVME.project
Rebar Syntax
{{project}}
Type
Object
Name | Type | Description | Rebar Syntax | JS Syntax |
---|---|---|---|---|
baseUrl | String | [Deprecated] Represents the URL to the folder of template being loaded | {{baseUrl}} | window.GEVME.baseUrl |
companyId | String | The ID of the company. | {{companyId}} | window.GEVME.companyId |
id | String | The ID of the project. | {{id}} | window.GEVME.id |
name | String | Name of the project. | {{name}} | window.GEVME.name |
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. | {{partials}} | window.GEVME.partials |
rootUrl | String | The root URL of a project. Eg. www.gevme.com/page or customdomain.com/page .
Does not end with backslash. | {{rootUrl}} | window.GEVME.rootUrl |