import ColumnMenuVisibleElements from "@arcgis/core/widgets/FeatureTable/ColumnMenuVisibleElements.js";const ColumnMenuVisibleElements = await $arcgis.import("@arcgis/core/widgets/FeatureTable/ColumnMenuVisibleElements.js");- Inheritance:
- ColumnMenuVisibleElements→
Accessor
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Constructors
Constructor
Constructor
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| properties | | |
See the properties table for a list of all the
properties that may be passed into the constructor.
Properties
Any properties can be set, retrieved or listened to. See the
Watch for changes
topic.
| Property | Type | Class |
|---|---|---|
declaredClass readonly inherited | ||
| | ||
| |
sortAscending
Property
- Type
- boolean
(Since 4.30) Indicates whether to display the Sort Ascending menu item. Default value is true.
- Default value
- true
sortDescending
Property
- Type
- boolean
(Since 4.30) Indicates whether to display the Sort Descending menu item. Default value is true.
- Default value
- true