DEFAULT_RESIZE_CURSORS |
Type : ResizeCursors
|
Default value : Object.freeze({
topLeft: 'nw-resize',
topRight: 'ne-resize',
bottomLeft: 'sw-resize',
bottomRight: 'se-resize',
leftOrRight: 'col-resize',
topOrBottom: 'row-resize',
})
|
MOUSE_MOVE_THROTTLE_MS |
Type : number
|
Default value : 50
|
RESIZE_ACTIVE_CLASS |
Type : string
|
Default value : 'resize-active'
|
RESIZE_GHOST_ELEMENT_CLASS |
Type : string
|
Default value : 'resize-ghost-element'
|