@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 449 B
TypeScript
import type AttributeTableAttachmentElement from "../elements/AttributeTableAttachmentElement.js";
import type AttributeTableFieldElement from "../elements/AttributeTableFieldElement.js";
import type AttributeTableRelationshipElement from "../elements/AttributeTableRelationshipElement.js";
/** @since 5.0 */
export type NestedAttributeTableElement = AttributeTableAttachmentElement | AttributeTableFieldElement | AttributeTableRelationshipElement;