Preparing search index...
The search index is not available
FlowOS
FlowOS
types
WindowManager
Interface WindowManager
interface
WindowManager
{
createModal
:
(
(
type
,
title
,
text
,
process
)
=>
Promise
<
ModalData
>
)
;
createWindow
:
(
(
config
,
process
)
=>
default
)
;
getHighestZIndex
:
(
(
)
=>
number
)
;
windowArea
:
default
;
windows
:
default
[]
;
}
Index
Properties
create
Modal
create
Window
get
HighestZIndex
window
Area
windows
Properties
create
Modal
create
Modal
:
(
(
type
,
title
,
text
,
process
)
=>
Promise
<
ModalData
>
)
Type declaration
(
type
,
title
,
text
,
process
)
:
Promise
<
ModalData
>
Parameters
type
:
"allow"
|
"ok"
title
:
string
text
:
string
process
:
default
Returns
Promise
<
ModalData
>
create
Window
create
Window
:
(
(
config
,
process
)
=>
default
)
Type declaration
(
config
,
process
)
:
default
Parameters
config
:
FlowWindowConfig
process
:
default
Returns
default
get
HighestZIndex
get
HighestZIndex
:
(
(
)
=>
number
)
Type declaration
(
)
:
number
Returns
number
window
Area
window
Area
:
default
windows
windows
:
default
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
create
Modal
create
Window
get
HighestZIndex
window
Area
windows
FlowOS
HTML
bootloader
decs
kernel
structures
FlowWindow
LibraryLib
ProcLib
ProcessLib
system
Desktop
UserAccessControl
VirtualFS
apps
Browser
Editor
Files
ImageViewer
Info
Manager
Settings
Loading...
Generated using
TypeDoc