moveIndexToIndex Method

move the coordinates at fromIndex to toIndex.

  • No action if either index is invalid.

moveIndexToIndex(fromIndex: number, toIndex: number): void

Parameter Type Description
fromIndex number  
toIndex number  

Defined in

Last Updated: 08 January, 2020