replaceDestination

fun replaceDestination(index: Int, destination: Any)

Repois the destination object at the given index with the given destination.

Since

1.19

Parameters

index

Index of destination to replace.

destination

Destination with which to replace.