MCPcopy
hub / github.com/1j01/jspaint / title

Method title

lib/os-gui/os-gui.d.ts:7–7  ·  view source on GitHub ↗

* Sets the title, or if `text` isn't passed, returns the current title of the window. * * Uses jQuery getter/setter function idiom.

(text: string)

Source from the content-addressed store, hash-verified

5 * Uses jQuery getter/setter function idiom.
6 */
7 title(text: string): OSGUI$Window;
8 title(): string;
9 // title(text?: string): OSGUI$Window | string; // union of overloads isn't helping
10

Callers 10

$WindowFunction · 0.80
$FormWindowFunction · 0.80
$ComponentFunction · 0.80
show_recovery_windowFunction · 0.80
manage_storageFunction · 0.80
show_imgur_uploaderFunction · 0.80
$FontBoxFunction · 0.80
file_load_from_urlFunction · 0.80
render_history_as_gifFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected