MCPcopy Create free account
hub / github.com/DjDeveloperr/deno_desktop / setMinSize

Method setMinSize

src/core.js:208–210  ·  view source on GitHub ↗
({ width, height })

Source from the content-addressed store, hash-verified

206 }
207
208 setMinSize({ width, height }) {
209 Deno.core.opSync("op_window_set_min_inner_size", [this.#rid, width, height]);
210 }
211
212 setMinimized(value) {
213 Deno.core.opSync("op_window_set_minimized", [this.#rid, value]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected