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

Method setMinimized

src/core.js:212–214  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

210 }
211
212 setMinimized(value) {
213 Deno.core.opSync("op_window_set_minimized", [this.#rid, value]);
214 }
215
216 setPosition(pos) {
217 Deno.core.opSync("op_window_set_outer_position", [this.#rid, pos]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected