Type interface
Defines interface for a heat rule.
Click here for more info
Inheritance
IHeatRule does not extend any other symbol.
IHeatRule is not extended by any other symbol.
Properties
|
customFunction # |
Type A custom function that will set target element's settings. Can be used to do custom manipulation on complex objects requiring more than modifying a setting. |
|---|---|
|
dataField # |
Type Which data field to use when determining item's value. |
|
key # |
Type A setting key to set. |
|
logarithmic # |
Type Default Use logarithmic scale when calculating intermediate setting values. |
|
max # |
Type The setting value to use for items if the highest value. |
|
maxValue # |
Type Custom highest value. |
|
min # |
Type The setting value to use for items if the lowest value. |
|
minValue # |
Type Custom lowest value. |
|
neutral # |
Type The setting value to use for items which do not have value at all. |
|
target # |
Type Target template. |