MoveToNextReviewChange
function MoveToNextReviewChange(isForward: boolean = true): void
Description
Navigates through the review changes.
Parameters
- isForward
boolean
true Specifies whether to navigate to the next (true) or previous (false) review change.
Returns
void