Conduct IME Focus. (IME: Input Method Editor)
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 'focusIme' IME Focus API |
preventScroll | Boolean | Scroll to IME position defalt: false |
Example:
editor.execCommand('focusIme', false); // 셀렉션 위치로 스크롤 editor.execCommand('focusIme', true);