Specifies the result when an editable region has been added to the document.
Member | Description |
---|---|
Combined | The editable region was inserted and combined with an existing one. An editable region is combined with an existing one, when it overlaps or immediately follows it and has the same user name and id. |
Error | An unexpected error has occurred. |
No |
The editable region wasn't inserted because there is no selection. |
Position |
The editable region wasn't inserted because the specified position values are invalid. Invalid start and/or length values have been specified. |
Selection |
The editable region wasn't inserted because the selection is too complex. It is not a continuous sequence of characters. |
Successful | The editable region has successfully been inserted. |