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%
Item Index
Events
default-place-status-OPEN
Default template for places with OPEN status
Event Payload:
-
interiorColorStringcolor 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:
-
interiorColorStringcolor of the place. Default to '999999'
Example:
var defaultTemplate = ice.templates.find('default-place-status-SOLD');
var interiorColor = defaultTemplate.interiorColor;
