textmode.js / Textmodifier / windowResized
Method: windowResized()
ts
windowResized(callback): void;Set the callback that runs after a window resize.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | () => void | Function to run after the window is resized. |
Returns
void