Save event Check

저장시 alert 창을 띄우고 싶은데 방법이 있을까요?

How to open alert window when saving

alert(text); in your ts or tsx file.

May I know the file name?

In which ever file you are trying to perform save operation, you can add ‘’‘alert(‘File Saved’);’’’ in callback/on promise resolve.