Types
import type { AttachmentInputUnion, AttachmentInputType, NestableAttachmentInputUnion } from "@arcgis/core/form/elements/inputs/attachments/types.js";Type definitions
AttachmentInputUnion
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.1
- Type
- AttachmentInput | AudioInput | DocumentInput | ImageInput | SignatureInput | VideoInput
AttachmentInputType
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.1
- Type
- AttachmentInputUnion["type"]
NestableAttachmentInputUnion
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.1
- Supertypes
- Exclude<AttachmentInputUnion‚ AttachmentInput>