dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Functions

GroupByFunction Class

The function used when setting the groupBy property. It is used to customize the grouping of template items. This can aid in managing various template items and how they display within the widget. This takes an object containing a template and a layer property. GroupByFunction

public record GroupByFunction : System.IEquatable<dymaptic.GeoBlazor.Core.Functions.GroupByFunction>

Inheritance System.Object 🡒 GroupByFunction

Implements System.IEquatable<GroupByFunction>

Remarks

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

Constructors

GroupByFunction(string) Constructor

The function used when setting the groupBy property. It is used to customize the grouping of template items. This can aid in managing various template items and how they display within the widget. This takes an object containing a template and a layer property. GroupByFunction

public GroupByFunction(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: grouping.

Properties

GroupByFunction.JavaScriptFunction Property

The JavaScript function to call, passed as a string.

public string JavaScriptFunction { get; init; }

Property Value

System.String