dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Functions

InputCreatedFunction(ElementReference, InputCreatedFunctionType, int) Delegate

Passes a JavaScript function to an ArcGIS property.

public delegate System.Threading.Tasks.Task InputCreatedFunction(Microsoft.AspNetCore.Components.ElementReference inputElement, dymaptic.GeoBlazor.Core.Enums.InputCreatedFunctionType type, int thumbIndex);

Parameters

inputElement Microsoft.AspNetCore.Components.ElementReference

type InputCreatedFunctionType

thumbIndex System.Int32

Returns

System.Threading.Tasks.Task