Export Javascript #3519
Unanswered
Lahirutech
asked this question in
Q&A
Replies: 1 comment
-
You can do this at the moment: const component = editor.getSelected();
editor.getModel().getJs({ component }); Right now I'm using getJs from the Editor model, but in the next release you'll be able to do it directly from the editor instance |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can someone help me to find a way how to export js code related to a component using the export plugin/or any other way? Like onclick methods related to a particular component.
or At least a place to look in the documentation.
Beta Was this translation helpful? Give feedback.
All reactions