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
objectId: number
Inherited from IEditFeatureResult.objectId
success
inherited
success: boolean
Inherited from IEditFeatureResult.success
error: { code: number; description: string }
Error is optional and is only returned when
success
isfalse
.Type declaration