Script

Returns a string that holds the track script.

Syntax

function getTrackScript(state) {
  return state.trackData.script;
}