API Docs for: 1.7.0
Show:

DefaultTemplates Class

A list of all default templates. For summary template, the name of the templates will be 'shape-availability-' and the range name. A range name for 0 will look like 0%-0%

Events

default-place-status-OPEN

Default template for places with OPEN status

Event Payload:

  • interiorColor String

    color of the place. Default to '004878'

Example:

var defaultTemplate = ice.templates.find('default-place-status-OPEN');
                    var interiorColor = defaultTemplate.interiorColor;

default-place-status-SOLD

Default template for places with SOLD status

Event Payload:

  • interiorColor String

    color of the place. Default to '999999'

Example:

var defaultTemplate = ice.templates.find('default-place-status-SOLD');
                    var interiorColor = defaultTemplate.interiorColor;