IApplyEditsAttachmentResult
Interface
globalId
always returned with attachments via apply edits.
Inheritance: IApplyEditsAttachmentResultIEditFeatureResult
Properties
Property | Type | Notes |
---|---|---|
{ code: number; description: string } | Error is optional and is only returned when | |
string | ||
number | ||
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