Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
esri-compat-entry
FeatureFormSubmitResultCompat
Interface FeatureFormSubmitResultCompat
interface
FeatureFormSubmitResultCompat
{
errors
?:
readonly
FeatureFormFieldErrorCompat
[]
;
feature
:
unknown
;
valid
:
boolean
;
values
:
Readonly
<
Record
<
string
,
unknown
>
>
;
}
Index
Properties
errors?
feature
valid
values
Properties
Optional
errors
errors
?:
readonly
FeatureFormFieldErrorCompat
[]
feature
feature
:
unknown
valid
valid
:
boolean
values
values
:
Readonly
<
Record
<
string
,
unknown
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
errors
feature
valid
values
@honua/sdk-js
Loading...