Interface: CroppingValues
Hierarchy
CroppingValues
Properties
crop
• crop: Crop
The cropping box's offset as a percent from the top, right, bottom, and left edges of the image
Defined in
packages/ida-framework/src/features/inlineCrop/types.ts:7
position
• position: Object
The item's position within the design area
Type declaration
Name | Type |
---|---|
x | number |
y | number |
Defined in
packages/ida-framework/src/features/inlineCrop/types.ts:11
size
• size: Object
The item's size
Type declaration
Name | Type |
---|---|
height | number |
width | number |