Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
AttachmentEditOutcome
Interface AttachmentEditOutcome
Outcome envelope for add / update / delete operations.
interface
AttachmentEditOutcome
{
attachmentId
?:
FeatureId
;
error
?:
{
code
:
number
;
description
:
string
;
}
;
parentId
?:
FeatureId
;
success
:
boolean
;
}
Index
Properties
attachment
Id?
error?
parent
Id?
success
Properties
Optional
attachment
Id
attachment
Id
?:
FeatureId
Optional
error
error
?:
{
code
:
number
;
description
:
string
;
}
Optional
parent
Id
parent
Id
?:
FeatureId
success
success
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attachment
Id
error
parent
Id
success
@honua/sdk-js
Loading...
Outcome envelope for add / update / delete operations.