Closed rainmakersumit closed 2 months ago
There are couple of options:
#1
, but here you can process the JSON anyway you want. Here is example where we simply print the JSON on the page:import tutorialStore from 'tutorialkit:store';
// Save current state of the file system
const snapshot = tutorialStore.takeSnapshot();
Does this help?
Solved, I have another question
Can I hide this button ? Without CSS ? Basically I was looking for full control over the system I need to add Custom Button Over there, is it possible ?
Can I hide this button ? Without CSS ?
At the moment we don't support hiding the Solve/Reset -button. Feel free to open feature request for this.
Solved
Great, let's close this issue then.
Is your feature request related to a problem?
I need the full code base including the user changes so that we can evaluate the code and get back to him with a report.
Describe the solution you'd like.
If I get the entire file tree and user code changes as JSON then It would be easier to evaluate.
Describe alternatives you've considered.
Not Applicable.
Additional context
No response