dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Interfaces
IInteractiveRecord Interface
Defines a type that has methods calling to JavaScript but is not a MapComponent
public interface IInteractiveRecord
Derived
↳ FieldsIndex
↳ Ground
↳ PortalGroup
↳ PortalItemResource
Properties
IInteractiveRecord.AbortManager Property
Allows for transmitting CancellationToken cancel signals to JavaScript.
dymaptic.GeoBlazor.Core.Model.AbortManager? AbortManager { get; set; }
Property Value
IInteractiveRecord.CoreJsModule Property
Reference to the Core JavaScript module.
Microsoft.JSInterop.IJSObjectReference? CoreJsModule { get; set; }
Property Value
Microsoft.JSInterop.IJSObjectReference
IInteractiveRecord.Id Property
A unique Id to identify this record in JavaScript.
System.Guid Id { get; set; }
Property Value
IInteractiveRecord.JsComponentReference Property
Represents the JavaScript component reference.
Microsoft.JSInterop.IJSObjectReference? JsComponentReference { get; set; }