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
default
bootloader
decs
kernel
default
spaces
structures
FlowWindow
default
LibraryLib
default
ProcLib
default
ProcessLib
default
system
Desktop
default
UserAccessControl
default
VirtualFS
default
defaultFS
apps
Browser
default
Editor
default
Files
default
ImageViewer
default
Info
default
Manager
default
Settings
default
Store
default
TaskManager
default
ThemeMaker
default
lib
Components
default
HTML
default
Launcher
default
MIMETypes
default
SplashScreen
default
StatusBar
default
WindowManager
default
XOR
default
types
Errors
Permission
AppClosedEvent
AppOpenedEvent
Directory
Executable
File
FileSystem
FileSystemObject
FlowWindowConfig
IComponents
KernelConfig
Launcher
Library
ModalData
Package
Process
ProcessInfo
RepoAppMeta
RepoData
Stats
StatusBar
WindowManager
XOR
LibraryData
LibraryPath
LoadedLibrary
utils
getTime
sanitize
Generated using
TypeDoc
with
typedoc-material-theme.