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

선택된 이미지, 비디오 또는 표를 이동시킵니다.


Parameters:

NameTypeDescription
actionNameString액션 이름
xNumber이동할 x 좌표
yNumber이동할 y 좌표
isFinishBoolean

이동 완료 여부 (true 사용 권장)


Example:

editor.execCommand('moveDrawingObject', 100, 100, true);
  • No labels