{CircuitMap}
{CircuitMap}
{string}
{window.definitions.selectorIDs} identifier from src/source/definitions/colorIdDs.js
{window.definitions.mode} where a circuit is started from (changes paths)
{window.definitions.selectorIDs}
At default loads the Circuit.zip file from the server. If in HashObject ccUser and ccFile are set, loads the
specified custom zip-file from the /CustomsCircuits folder on the server. Generates a CircuitSet that is appended to
CircuitFilesManager.circuitSets. Each folder in the zip file results in a CircuitSet.
Generates a CircuitSet from an uploaded zip file and is used on the tools page at "Custom Circuit Collections". the generated CircuitSet is appended to CircuitFilesManager.circuitSets. Each folder in the zip file results in a CircuitSet.
create CircuitSets from the directories
{window.definitions.mode}
Loads circuit files (e.g. Circuits.zip) from the server and creates a CircuitSet based on the loaded files. Use CircuitFilesManager.initSelectPageCircuits or CircuitFilesManager.initToolsPageCustomCircuits to load and create the CircuitSet objects that are stored in CircuitFilesManager.circuitSets.