mobiledoc-kit
mobiledoc-kit copied to clipboard
Changing/Updating atom value explicitly
It there a way to change atom value once it has been created.
For example:
let atom = editor.atoms[0];
atom.value = 'Some new value'
Thank you