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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

내용,PARAM.EXAMLE 수정

선택된 Absolute Position 이미지, 비디오, 레이어 또는 도형을 이동 시킵니다.


Parameters:

NameTypeDescription
actionNameString액션 이름
movePositionObject

{ x: {Number}, y: {Number} }

이동할 위치


Example:

editor.execCommand('moveAbsolutePositionDrawingObject', { x: 100, y: 100 });  // 100,100 위치로 이동
  • No labels