dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Functions

FieldValueFormatFunction Class

Custom function for rendering cell content that is called when the column is rendered in the table. ArcGIS Maps SDK for JavaScript

public record FieldValueFormatFunction : System.IEquatable<dymaptic.GeoBlazor.Pro.Functions.FieldValueFormatFunction>

Inheritance System.Object 🡒 FieldValueFormatFunction

Implements System.IEquatable<FieldValueFormatFunction>

Remarks

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

Constructors

FieldValueFormatFunction(string) Constructor

Custom function for rendering cell content that is called when the column is rendered in the table. ArcGIS Maps SDK for JavaScript

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

FieldValueFormatFunction.JavaScriptFunction Property

The JavaScript function to call, passed as a string.

public string JavaScriptFunction { get; init; }

Property Value

System.String