Absolute Position 레이어를 삽입합니다.
Parameters:
| Name | Type | Description |
|---|---|---|
| actionName | String | 액션 이름 |
| rect | Object | { x: {Number}, y: {Number}, width: {Number}, height: {Number} } 레이어를 삽입할 위치에 대한 Rect 정보 |
Example:
editor.execCommand('insertAbsolutePositionDiv', { 100, 100, 200, 200 }); |