Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
EditOutcome
Interface EditOutcome
Per-feature edit outcome.
interface
EditOutcome
{
error
?:
{
code
:
number
;
description
:
string
;
}
;
id
?:
FeatureId
;
success
:
boolean
;
}
Index
Properties
error?
id?
success
Properties
Optional
error
error
?:
{
code
:
number
;
description
:
string
;
}
Optional
id
id
?:
FeatureId
success
success
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
id
success
@honua/sdk-js
Loading...
Per-feature edit outcome.