how to persist PersistentStateComponent manually?

As I know,when  frames deactivation or closing the IDE,  The state will be persisted。

Can I do that by calling any API manually?

0
2 comments

For what do you need to explicitly save? `Project.save` or `Application.saveSettings`.

2

thank you.,`Project.save` or `Application.saveSettings` works

since I want to save the user input immediately.

0

Please sign in to leave a comment.