Methods
# execute(event) → {boolean}
Update element size from mouse translation.
Parameters:
Name | Type | Description |
---|---|---|
event |
object
|
The event containing the target information. |
No need to draw.
boolean
# finalize(event) → {boolean}
Update component size from element.
Parameters:
Name | Type | Description |
---|---|---|
event |
object
|
The event containing the target information. |
Need to draw.
boolean
# getMaxPosition(containerId) → {Object}
Get max position of bottom right container corner to calculate max size.
Parameters:
Name | Type | Description |
---|---|---|
containerId |
string
|
Container id. |
Max position of container corner.
Object