Page tree
Skip to end of metadata
Go to start of metadata

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

관련 액션: command - hideLoadingProgress


Parameters:

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


Example:

editor.execCommand('showLoadingProgress');  // 로딩 프로그레스 보이기
editor.execCommand('showLoadingProgress', '로딩중...');  // 메세지도 함께 보이기
  • No labels