HeatmapSelectionMode🔗Controls which axis to allow selection onDefinition🔗export enum HeatmapSelectionMode { X = "x", Y = "y", Xy = "xy", }