캐럿 이동 및 셀렉션 확장 등의 셀렉션 동작을 할 때 발생합니다. Status colour Yellow title 릴리즈 2.6.0 이상
This event occurs when performing a selection operation such as moving the caret and expanding the selection.
이벤트 등록: API 사용
| Code Block | ||
|---|---|---|
| ||
var editorId = 'synapEditor';
var editorConfig = {};
var html = '';
var editor = new SynapEditor(editorId, editorConfig, html);
editor.setEventListener('onSelection', function (e) {
}); |
...