Types
import type { AttributeTableElementUnion, NestedAttributeTableElementUnion, CreateTemplateParameters, CreateTableTemplateFromAttributeTableTemplateParameters } from "@arcgis/core/tables/support/types.js";Type definitions
AttributeTableElementUnion
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.1
A union of all attribute table elements.
NestedAttributeTableElementUnion
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.1
A union of all attribute table elements that are nestable in a group element.
- Supertypes
- Exclude<AttributeTableElementUnion‚ AttributeTableGroupElement>
CreateTemplateParameters
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.1
Parameters for creating a table template or attribute table template.
layer
Property
- Type
- unknown
- Since
- ArcGIS Maps SDK for JavaScript 5.1
Layer from which to generate a default template.
CreateTableTemplateFromAttributeTableTemplateParameters
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.1
Parameters for creating a table template from a provided attribute table template.
layer
Property
- Type
- unknown
- Since
- ArcGIS Maps SDK for JavaScript 5.1
Layer used to generate the default template.
template
Property
- Since
- ArcGIS Maps SDK for JavaScript 5.1
Instance of an AttributeTableTemplate used to configure a new TableTemplate.
includeHiddenFields
Property
- Since
- ArcGIS Maps SDK for JavaScript 5.1
Indicates whether columns should be generated for fields without associated attribute table elements.