Gets the channel ID associated with the source.
The channel ID.
Gets the unique identifier for the heatmap source.
The source ID.
Gets a boolean value indicating if this source is enabled
a value indicates if this source is enabled.
Sets if this source is enabled or not
a value indicates if this source is enabled.
Gets the model ID associated with the source.
The model ID.
Gets the product ID associated with the source.
The product ID.
Gets the value produced by the source.
The value.
Sets the value produced by the source.
The new value.
Creates an instance of HeatmapSource.
A unique identifier for the heatmap source.
The model ID associated with the source.
The product ID associated with the source.
The channel ID associated with the source.
The value produced by the source.
Generated using TypeDoc
The HeatmapSource class represents the producers of values for the heatmap. Sources are responsible for providing and feeding the data to the IHeatmapChannel instances.