Use Editor Follower

Returns a boolean indicating whether the editor camera should keep the rider in view while scrubbing.

Syntax

function getUseEditorFollower(state) {
  return state.settings["cam.useEditorFollower"];
}