로딩 프로그레스를 보여줍니다.
관련 액션: command - hideLoadingProgress
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 액션 이름 |
[message] | Boolean | 메세지 |
Example:
editor.execCommand('showLoadingProgress'); // 로딩 프로그레스 보이기 editor.execCommand('showLoadingProgress', '로딩중...'); // 메세지도 함께 보이기