Documentation
Preparing search index...
@kehto/shell
WindowManagerHooks
Interface WindowManagerHooks
Hook for window management.
interface
WindowManagerHooks
{
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
Create a new window. Returns the window ID or null on failure.
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...
Hook for window management.