We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708f56e commit fff7137Copy full SHA for fff7137
README.md
@@ -122,6 +122,10 @@ Sets whether the window should be maximizable.
122
123
Sets whether the window should be minimizable.
124
125
+#### `Window.setResizable(toggle: boolean)`
126
+
127
+Sets whether the window should be resizable.
128
129
#### `Window.isMaximizable()`
130
131
Determines whether the window is maximizable.
@@ -134,6 +138,12 @@ Determines whether the window is maximizable.
134
138
135
139
Returns `boolean`
136
140
141
+#### `Window.isResizable()`
142
143
+Determines whether the window is resizable.
144
145
+Returns `boolean`
146
137
147
# Projects using `node-window-manager`
148
149
- [Multrin](https://github.com/sentialx/multrin)
0 commit comments