Documentation
Preparing search index...
@kehto/runtime
WindowManagerAdapter
Interface WindowManagerAdapter
Window management — create new napplet windows.
interface
WindowManagerAdapter
{
createWindow
(
options
:
{
class
:
string
;
iframeSrc
?:
string
;
title
:
string
}
,
)
:
string
|
null
;
}
Index
Methods
create
Window
Methods
create
Window
createWindow
(
options
:
{
class
:
string
;
iframeSrc
?:
string
;
title
:
string
}
,
)
:
string
|
null
Parameters
options
:
{
class
:
string
;
iframeSrc
?:
string
;
title
:
string
}
Returns
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
create
Window
Documentation
Loading...
Window management — create new napplet windows.