Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FeatureTableViewModelProperties

Hierarchy

  • FeatureTableViewModelProperties

Index

Properties

Optional attachmentsEnabled

attachmentsEnabled: boolean

Indicates whether to display the Attachments field in the table.

Read more...

Optional editingEnabled

editingEnabled: boolean

Indicates whether editing is enabled on the data within the feature table.

Read more...

Optional fieldConfigs

An array of individual configuration objects.

Read more...

Optional filterGeometry

filterGeometry: GeometryProperties

Set this property to filter the features displayed in the table.

Read more...

Optional hiddenFields

hiddenFields: CollectionProperties<string>

A collection of fields to remain hidden within the table.

Read more...

Optional highlightOnRowSelectEnabled

highlightOnRowSelectEnabled: boolean

Indicates whether to highlight the associated feature when a row is selected.

Read more...

Optional layer

layer: (FeatureLayerProperties & { type: "feature" }) | (SceneLayerProperties & { type: "scene" })

The associated FeatureLayer or SceneLayer containing the fields and attributes to display within the widget.

Read more...

Optional view

A reference to the MapView.

Read more...

Generated using TypeDoc