crop-image
Preparing search index...
@imazen/crop-image-core
CropState
Interface CropState
Interaction state for the crop UI.
interface
CropState
{
activeHandle
:
DragHandle
|
null
;
dragStartPoint
:
{
x
:
number
;
y
:
number
}
|
null
;
dragStartSelection
:
CropSelection
|
null
;
selection
:
CropSelection
;
}
Index
Properties
active
Handle
drag
Start
Point
drag
Start
Selection
selection
Properties
active
Handle
activeHandle
:
DragHandle
|
null
drag
Start
Point
dragStartPoint
:
{
x
:
number
;
y
:
number
}
|
null
drag
Start
Selection
dragStartSelection
:
CropSelection
|
null
selection
selection
:
CropSelection
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
Handle
drag
Start
Point
drag
Start
Selection
selection
crop-image
Loading...
Interaction state for the crop UI.