* Sets the title, or if `text` isn't passed, returns the current title of the window. * * Uses jQuery getter/setter function idiom.
(text: string)
| 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 |
no outgoing calls
no test coverage detected