TableEditor.validateSelectionBounds method
TableEditor › validateSelectionBounds
Unofficial
Clamp selection bounds to the table dimensions.Signature:
validateSelectionBounds(bounds: TableSelectionBounds): TableSelectionBoundsParameters:
| Parameter | Type | Description |
|---|---|---|
| bounds | TableSelectionBounds | The bounds to clamp. |
Returns: TableSelectionBounds — The clamped bounds.