cumulative property

bool cumulative
final

Determines the scope of interactions that will be included in the output.

By default only the interactions from the enclosing PageRoute will be included. If this option is set to true every Detector with the same areaID across all pages will be contributing to common heat map outputs. Keep in mind that each one of them has to be set as cumulative.

Implementation

final bool cumulative;