Returns a boolean indicating whether the export window is open.
boolean
function getInVideoExporter(state) { return state.views["VideoExporter"] === "export"; }