How to add a new line in the editor using the interface?

I’ve tried different things but I can’t get it yet, I need to add a break line in to the editor.

client.interface.trigger(“setValue”, {
id: “editor”,
text: ‘\n’
});

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.