The HeatmapSource class represents the producers of values for the heatmap. Sources are responsible for providing and feeding the data to the IHeatmapChannel instances.

Hierarchy

  • HeatmapSource

Accessors

Constructors

  • Creates an instance of HeatmapSource.

    Parameters

    • id: string

      A unique identifier for the heatmap source.

    • modelId: number

      The model ID associated with the source.

    • productId: number

      The product ID associated with the source.

    • channelId: string

      The channel ID associated with the source.

    • value: any

      The value produced by the source.

    Returns HeatmapSource

Generated using TypeDoc