``` js elem.resizable({ resize: function( event, ui ) { ui.size.width = 100; } }); ``` is a supported API, but isn't documented.