An array of strings representing raw data to be saved.
A string representing the type of data file.
Optional defaultTime: numberDefault time used in the the performance profile chart.
Optional gapLimit: numberGap limit used in the the performance profile chart.
This function may throw an error if it fails to store the user configuration in the local storage.
CreateUserConfiguration(["raw data 1", "raw data 2"], "trc", 1500, 0.01);
Generated using TypeDoc
This function creates a user configuration and stores it in the browser's local storage.