Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDeleteElementDeltaResult

Information returned from a successful deletion of an element.

Hierarchy

  • IDeleteElementDeltaResult

Index

Properties

parentId

parentId: string

The ID of the parent element from which the element was removed.

propertyName

propertyName: string

The name of the property that contained the element.

removalIndex

removalIndex: number

The zero-based index at which the element was found, if it resided inside a listy property; otherwise: -1.

Generated using TypeDoc