shmookey / much-text

web component for text editors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`final` property on MuchInputEvent

shmookey opened this issue · comments

Boolean flag specifying whether or not more input events may be generated as a result of a single action, e.g. pasting over a selection generates both a deletion and an insertion event. final is true if no more events will be generated as a result of this action, which can be useful to know when writing annotators