Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
esri-compat-entry
FeatureLayerUpdateAttachmentOptions
Interface FeatureLayerUpdateAttachmentOptions
interface
FeatureLayerUpdateAttachmentOptions
{
attachment
:
FeatureLayerAttachmentData
;
attachmentId
:
number
;
contentType
?:
string
;
extraParams
?:
Record
<
string
,
string
|
number
|
boolean
>
;
maxAttachmentBytes
?:
number
;
name
?:
string
;
objectId
:
number
;
responseFormat
?:
"json"
|
"pjson"
;
}
Hierarchy (
view full
)
FeatureLayerAddAttachmentOptions
FeatureLayerUpdateAttachmentOptions
Index
Properties
attachment
attachment
Id
content
Type?
extra
Params?
max
Attachment
Bytes?
name?
object
Id
response
Format?
Properties
attachment
attachment
:
FeatureLayerAttachmentData
attachment
Id
attachment
Id
:
number
Optional
content
Type
content
Type
?:
string
Optional
extra
Params
extra
Params
?:
Record
<
string
,
string
|
number
|
boolean
>
Optional
max
Attachment
Bytes
max
Attachment
Bytes
?:
number
Optional
name
name
?:
string
object
Id
object
Id
:
number
Optional
response
Format
response
Format
?:
"json"
|
"pjson"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attachment
attachment
Id
content
Type
extra
Params
max
Attachment
Bytes
name
object
Id
response
Format
@honua/sdk-js
Loading...