Interface
globalId
always returned with attachments via apply edits.
Inheritance: IApplyEditsAttachmentResultIEditFeatureResult
Properties
Property | Type | Notes |
---|---|---|
error inherited | { code: number; description: string } | Error is optional and is only returned when |
string | ||
objectId inherited | number | |
success inherited | boolean |
objectId
inherited
Interface PropertyobjectId: number
Inherited from IEditFeatureResult.objectId
success
inherited
Interface Propertysuccess: boolean
Inherited from IEditFeatureResult.success
error: { code: number; description: string }
Error is optional and is only returned when
success
isfalse
.Type declaration