LmnResizableDirective
Decorators: |
|
Selectors: | [ |
A directive that enables resizing of an element using handles. It supports various configurations for handle positions and styles, and emits events when the element is resized. The directive also manages the state of the resizing process, including handling mouse events and updating the cursor style.
Properties
Name | Type | Description |
---|---|---|
#dragging r |
| Whether the element is currently being dragged for resizing. |
disabled |
| Whether resizing is disabled. |
dragging r |
| |
handles |
| The handles for resizing the element. Can be 'top', 'right', 'bottom', 'left', 'all', or a custom configuration. |
negative |
| Whether the resizable handles should have a negative style. |
resized r |
| Event emitted when the element is resized. |
setInput r | <This, T extends keyof { [P in keyof This as This[P] extends | Function to set an input programmatically. |