로딩 프로그레스를 보여줍니다Show loading progress.
관련 액션Related action : command - hideLoadingProgress
Parameters:
Name | Type | Description |
---|---|---|
actionName | String액션 이름 | 'showLoadingProgress' loading progress showing API |
[message] | Boolean메세지 | Message to be displayed on the loading progress |
Example:
Code Block | ||||
---|---|---|---|---|
| ||||
editor.execCommand('showLoadingProgress'); // 로딩Show 프로그레스loading 보이기progress. editor.execCommand('showLoadingProgress', '로딩중Loading...'); // 메세지도 함께 보이기 Show loading progress with 'Loading...' message. |