mobiledoc-kit icon indicating copy to clipboard operation
mobiledoc-kit copied to clipboard

Changing/Updating atom value explicitly

Open avblink opened this issue 7 years ago • 0 comments

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

avblink avatar Sep 14 '17 12:09 avblink