Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

로딩 프로그레스를 보여줍니다.

관련 액션: command - hideLoadingProgress


Parameters:

NameTypeDescription
actionNameString액션 이름
[message]Boolean메세지


Example:

Code Block
languagejs
themeEmacs
editor.execCommand('showLoadingProgress');  // 로딩 프로그레스 보이기
editor.execCommand('showLoadingProgress', '로딩중...');  // 메세지도 함께 보이기