dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Options
LayerListKnowledgeGraphOptions Class
GeoBlazor DocsKnowledgeGraphLayer specific properties.
default null
ArcGIS Maps SDK for JavaScript
public class LayerListKnowledgeGraphOptions :
System.IEquatable<dymaptic.GeoBlazor.Core.Options.LayerListKnowledgeGraphOptions>
Inheritance System.Object π‘ LayerListKnowledgeGraphOptions
Implements System.IEquatable<LayerListKnowledgeGraphOptions>
Constructors
LayerListKnowledgeGraphOptions(string, Func<ListItem,Task>, Nullable, Nullable, LayerListKnowledgeGraphOptionsVisibleElements) Constructor
GeoBlazor DocsKnowledgeGraphLayer specific properties.
default null
ArcGIS Maps SDK for JavaScript
public LayerListKnowledgeGraphOptions(string? FilterPlaceholder=null, System.Func<dymaptic.GeoBlazor.Core.Components.ListItem,System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.ListItem>>? ListItemCreatedFunction=null, System.Nullable<double> MinFilterItems=null, System.Nullable<dymaptic.GeoBlazor.Core.Enums.SelectionMode> SelectionMode=null, dymaptic.GeoBlazor.Core.Components.LayerListKnowledgeGraphOptionsVisibleElements? VisibleElements=null);
Parameters
FilterPlaceholder
System.String
Placeholder text used in the filter input box.
default ββ
ArcGIS Maps SDK for JavaScript
ListItemCreatedFunction
System.Func<ListItem,System.Threading.Tasks.Task<ListItem>>
A function that executes each time a ListItem is created.
ArcGIS Maps SDK for JavaScript
MinFilterItems
System.Nullable<System.Double>
The minimum number of list items required to display the filter input box.
default 10
ArcGIS Maps SDK for JavaScript
SelectionMode
System.Nullable<SelectionMode>
The selection mode for the table list.
default βnoneβ
ArcGIS Maps SDK for JavaScript
VisibleElements
LayerListKnowledgeGraphOptionsVisibleElements
The visible elements that are displayed within the table list.
ArcGIS Maps SDK for JavaScript
Properties
LayerListKnowledgeGraphOptions.FilterPlaceholder Property
Placeholder text used in the filter input box.
default ββ
ArcGIS Maps SDK for JavaScript
public string? FilterPlaceholder { get; set; }
Property Value
LayerListKnowledgeGraphOptions.ListItemCreatedFunction Property
A function that executes each time a ListItem is created.
ArcGIS Maps SDK for JavaScript
public System.Func<dymaptic.GeoBlazor.Core.Components.ListItem,System.Threading.Tasks.Task<dymaptic.GeoBlazor.Core.Components.ListItem>>? ListItemCreatedFunction { get; set; }
Property Value
System.Func<ListItem,System.Threading.Tasks.Task<ListItem>>
LayerListKnowledgeGraphOptions.MinFilterItems Property
The minimum number of list items required to display the filter input box.
default 10
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> MinFilterItems { get; set; }
Property Value
System.Nullable<System.Double>
LayerListKnowledgeGraphOptions.SelectionMode Property
The selection mode for the table list.
default βnoneβ
ArcGIS Maps SDK for JavaScript
public System.Nullable<dymaptic.GeoBlazor.Core.Enums.SelectionMode> SelectionMode { get; set; }
Property Value
System.Nullable<SelectionMode>
LayerListKnowledgeGraphOptions.VisibleElements Property
The visible elements that are displayed within the table list.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.LayerListKnowledgeGraphOptionsVisibleElements? VisibleElements { get; set; }