Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
HonuaAttachmentEditResult
Interface HonuaAttachmentEditResult
Result of an add/update/delete attachment operation.
interface
HonuaAttachmentEditResult
{
error
?:
{
code
:
number
;
description
:
string
;
}
;
objectId
?:
number
;
success
:
boolean
;
}
Index
Properties
error?
object
Id?
success
Properties
Optional
error
error
?:
{
code
:
number
;
description
:
string
;
}
Optional
object
Id
object
Id
?:
number
success
success
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
object
Id
success
@honua/sdk-js
Loading...
Result of an add/update/delete attachment operation.