outputTypes property

Set<OutputType> outputTypes
getter/setter pair

Specifies what output data forms should be generated.

This corresponds to the heatMapCallback and rawDataCallback passed during initialize(). The default value contains OutputType.graphicalRender.

Implementation

Set<OutputType> outputTypes;