dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Functions

FormatFunction Class

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

Inheritance System.Object 🡒 FormatFunction

Implements System.IEquatable<FormatFunction>

Remarks

You may reference the following input parameters by name in your JavaScript: parameters.

Constructors

FormatFunction(string) Constructor

public FormatFunction(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: parameters.

Properties

FormatFunction.JavaScriptFunction Property

The JavaScript function to call, passed as a string.

public string JavaScriptFunction { get; set; }

Property Value

System.String