Interface
globalId always returned with attachments via apply edits.
Inheritance: IApplyEditsAttachmentResultIEditFeatureResult
Properties
| Property | Type | Notes |
|---|---|---|
errorinherited | { code: number; description: string } | Error is optional and is only returned when |
globalId | string | |
objectIdinherited | number | |
successinherited | boolean |
error
optionalinheritedinherited
Interface Propertyerror: { code: number; description: string }Error is optional and is only returned when success is false .
Type declaration
Inherited from IEditFeatureResult.error
objectId
inheritedinherited
Interface PropertyobjectId: numberInherited from IEditFeatureResult.objectId
success
inheritedinherited
Interface Propertysuccess: booleanInherited from IEditFeatureResult.success