Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface supportAttachmentInfo

Hierarchy

Index

Properties

contentType

contentType: string

The content type of the attachment.

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

exifInfo

exifInfo: ExifInfo[]

An array of ExifInfo for the attachment.

Read more...

globalId

globalId: string

The global identifier for the attachment.

Read more...

id

id: number

The identifier for the attachment.

Read more...

initialized

initialized: boolean

keywords

keywords: string

Keywords used for the attachments.

Read more...

name

name: string

String value indicating the name of the file attachment.

Read more...

Readonly orientationInfo

orientationInfo: OrientationInfo

The OrientationInfo for the attachment.

Read more...

parentGlobalId

parentGlobalId: number

The parent or the feature global id of the attachment.

Read more...

parentObjectId

parentObjectId: number

The parent or the feature object id of the attachment.

Read more...

size

size: number

The file size of the attachment.

Read more...

url

url: string

The URL of the attachment.

Read more...

Methods

Protected _get

  • _get(propertyName: string): any
  • _get<T>(propertyName: string): T
  • Parameters

    • propertyName: string

    Returns any

  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

Protected _set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns supportAttachmentInfo

clone

  • Creates a deep clone of the AttachmentInfo class.

    Read more...

    Returns supportAttachmentInfo

destroy

  • destroy(): void
  • Returns void

get

  • get<T>(propertyName: string): T
  • get(propertyName: string): any
  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

  • Parameters

    • propertyName: string

    Returns any

Protected notifyChange

  • notifyChange(propertyName: string): void
  • Parameters

    • propertyName: string

    Returns void

set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns supportAttachmentInfo

  • Parameters

    Returns supportAttachmentInfo

toJSON

  • toJSON(): any
  • Converts an instance of this class to its ArcGIS portal JSON representation.

    Read more...

    Returns any

watch

  • Parameters

    • path: string | string[]
    • callback: WatchCallback
    • Optional sync: boolean

    Returns WatchHandle

Generated using TypeDoc