Programatically End Editor Operation

Tags: #<Tag:0x00007f8b233b6630>

If I have a cell editor in process (eg the TextEditor), is there a programatic way I can tell the Table to stop the edit operation (either as “accept edited value” or “discard edited value”?

Thanks!

Answering my own question.

this.close()
this.finishEditing(boolean)

within the Editor.