Video Exporter Open

Returns a boolean indicating whether the export window is open.

Syntax

function getInVideoExporter(state) {
  return state.views["VideoExporter"] === "export";
}