선택된 Absolute Position 이미지, 비디오, 레이어 또는 도형을 이동 시킵니다.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 액션 이름 |
movePosition | Object | { x: {Number}, y: {Number} } 이동할 위치 |
Example:
editor.execCommand('moveAbsolutePositionDrawingObject', { x: 100, y: 100 }); // 100,100 위치로 이동