import ColumnVisibilityMenuVisibleElements from "@arcgis/core/widgets/FeatureTable/ColumnVisibilityMenuVisibleElements.js";
Inheritance
ColumnVisibilityMenuVisibleElementsAccessor
Since
ArcGIS Maps SDK for JavaScript 5.1

Controls the visibility of specific elements within the column visibility menu.

Constructors

Constructor

Constructor

Parameters

ParameterTypeDescriptionRequired
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.
PropertyTypeClass
readonly inherited

declaredClass

readonlyinherited Property
Type
string
Inherited from: Accessor
Since
ArcGIS Maps SDK for JavaScript 4.7

The name of the class. The declared class name is formatted as esri.folder.className.

filter

Property
Type
boolean

Indicates whether to display the filter in the column visibility menu.

Default value
true
Property
Type
boolean

Indicates whether to display the header of the column visibility menu.

Default value
true

toggleAll

Property
Type
boolean

Indicates whether to display the toggle to show or hide all columns.

Default value
true