Main Options

Explore this complete list of Heat.js configuration options to easily set up, customize, and update your settings on the fly.

Example

$heat.setConfiguration( {
    safeMode: false
} );

Options

Type:Name:Description:
booleansafeModeStates if safe-mode is enabled (errors will be ignored and logged only, defaults to true).
ObjectdomElementTypesThe DOM element types to lookup (can be either an array of strings, or a space-separated string, and defaults to "*").
booleanobservationModeStates if looking for new DOM elements with the Heat.js binding should be done automatically (defaults to true).
ConfigurationOptionsTexttextStates all the text to use in the display (refer to "Text Options" documentation for properties).