Conduct IME Focus. (IME: Input Method Editor)


Parameters:

NameTypeDescription
actionNameString'focusIme' IME Focus API
preventScrollBoolean

Scroll to IME position

defalt: false


Example:

editor.execCommand('focusIme', false); // 셀렉션 위치로 스크롤
editor.execCommand('focusIme', true);