image icon indicating copy to clipboard operation
image copied to clipboard

Format of data returned from tool to backend

Open MohdAhmad1 opened this issue 4 years ago • 1 comments

I could not find how I can save that file to disk

MohdAhmad1 avatar Mar 05 '21 04:03 MohdAhmad1

To disk? You can add/create a function in your code that run an editor save function like below code:

<whatever editor's name you gave>.save()

That is the default function from these editor, and it will save and keep your work or temp data from your editor into your disk. You also can put the function into event listeners like on-click in your save button or something similar.

Hope it helps

edricgalentino avatar Apr 23 '22 04:04 edricgalentino