dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Functions

InputParser Class

public class InputParser :
System.IEquatable<dymaptic.GeoBlazor.Core.Functions.InputParser>

Inheritance System.Object 🡒 InputParser

Implements System.IEquatable<InputParser>

Remarks

You may reference the following input parameters by name in your JavaScript: value, type, index.

Constructors

InputParser(string) Constructor

public InputParser(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

InputParser.JavaScriptFunction Property

The JavaScript function to call, passed as a string.

public string JavaScriptFunction { get; set; }

Property Value

System.String