* Retrieve 'left', 'right', 'top', 'bottom', 'width', 'height' from object. * @param {Object} source * @return {Object} Result contains those props.
(source)
| 19966 | * @return {Object} Result contains those props. |
| 19967 | */ |
| 19968 | function getLayoutParams(source) { |
| 19969 | return copyLayoutParams({}, source); |
| 19970 | } |
| 19971 | |
| 19972 | /** |
| 19973 | * Retrieve 'left', 'right', 'top', 'bottom', 'width', 'height' from object. |
no test coverage detected