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

Show loading progress.

Related action : hideLoadingProgress


Parameters:

NameTypeDescription
actionNameString'showLoadingProgress' loading progress showing API
[message]BooleanMessage to be displayed on the loading progress


Example:

editor.execCommand('showLoadingProgress');  // Show loading progress.
editor.execCommand('showLoadingProgress', 'Loading...');  // Show loading progress with 'Loading...' message.
  • No labels