Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FeatureTableProperties

Hierarchy

Index

Properties

Optional attachmentsEnabled

attachmentsEnabled: boolean

Indicates whether to display the Attachments field in the table.

Read more...

Optional columnReorderingEnabled

columnReorderingEnabled: boolean

When true, columns can be reordered by dragging a column's header.

Read more...

Optional columns

A collection of columns within the table.

Read more...

Optional container

container: string | HTMLElement

The ID or node representing the DOM element containing the widget.

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 field configuration objects.

Read more...

Optional filterGeometry

filterGeometry: GeometryProperties

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

Read more...

Optional highlightOnRowSelectEnabled

highlightOnRowSelectEnabled: boolean

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

Read more...

Optional id

id: string

The unique ID assigned to the widget when the widget is created.

Read more...

Optional label

label: string

The widget's label.

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 menuConfig

menuConfig: ButtonMenuConfig

Set this object to customize the feature table's menu content.

Read more...

Optional pageSize

pageSize: number

The default page size used when displaying features within the table.

Read more...

Optional view

A reference to the MapView.

Read more...

Optional viewModel

The view model for this widget.

Read more...

Optional visible

visible: boolean

Indicates whether the widget is visible.

Read more...

Optional visibleElements

The visible elements that are displayed within the widget.

Read more...

Generated using TypeDoc