Documentation

This page documents the functionality of Heat.js, including its parameters, usage examples, and expected outputs. It serves as a reference for developers to implement and troubleshoot effectively.

Main Configuration

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).
booleanallowEmptyBindingsStates if empty binding attributes can create new instances (defaults to true).
ConfigurationOptionsTexttextStates all the text to use in the display (see here for properties).