Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
AttachmentUpdate
Interface AttachmentUpdate
Update an existing attachment in place.
interface
AttachmentUpdate
{
attachment
:
string
|
Blob
|
File
;
attachmentId
:
FeatureId
;
contentType
?:
string
;
name
?:
string
;
parentId
:
FeatureId
;
signal
?:
AbortSignal
;
}
Hierarchy (
view full
)
AttachmentAdd
AttachmentUpdate
Index
Properties
attachment
attachment
Id
content
Type?
name?
parent
Id
signal?
Properties
attachment
attachment
:
string
|
Blob
|
File
attachment
Id
attachment
Id
:
FeatureId
Optional
content
Type
content
Type
?:
string
Optional
name
name
?:
string
parent
Id
parent
Id
:
FeatureId
Optional
signal
signal
?:
AbortSignal
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attachment
attachment
Id
content
Type
name
parent
Id
signal
@honua/sdk-js
Loading...
Update an existing attachment in place.