Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IMoveElementDeltaResult

Information returned from a successful move of an element.

Hierarchy

  • IMoveElementDeltaResult

Index

Properties

newIndex

newIndex: number

If the new property is listy, this is the index of the moved element within that list, or -1 otherwise.

oldIndex

oldIndex: number

If the old property is listy, this was the index of the element-to-move within that list, or -1 otherwise.

oldParentId

oldParentId: string

The ID of the parent element the element-to-move was removed from.

oldParentPropertyName

oldParentPropertyName: string

The name of the property of the parent element the element-to-move was removed from.

Generated using TypeDoc