dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Functions
SliderLabelFormatter Class
Callback for formatting tick labels on a SliderWidget.
public class SliderLabelFormatter :
System.IEquatable<dymaptic.GeoBlazor.Core.Functions.SliderLabelFormatter>
Inheritance System.Object 🡒 SliderLabelFormatter
Implements System.IEquatable<SliderLabelFormatter>
Remarks
You may reference the following input parameters by name in your JavaScript: value, type, index.
Constructors
SliderLabelFormatter(string) Constructor
Callback for formatting tick labels on a SliderWidget.
public SliderLabelFormatter(string JavaScriptFunction);
Parameters
JavaScriptFunction
System.String
The JavaScript function to call, passed as a string.
Remarks
You may reference the following input parameters by name in your JavaScript: value, type, index.
Properties
SliderLabelFormatter.JavaScriptFunction Property
The JavaScript function to call, passed as a string.
public string JavaScriptFunction { get; set; }