Preparing search index...
The search index is not available
@rxap/window-system - v19.0.4
@rxap/window-system
WindowService
Class WindowService
Index
Constructors
constructor
Properties
active
Count$
Accessors
active
Window
Count
all
Active
Windows
has
Active
Windows
Methods
add
close
get
has
open
remove
Constructors
constructor
new
WindowService
(
injector
:
Injector
,
overlay
:
Overlay
,
componentFactoryResolver
:
ComponentFactoryResolver
,
defaultWindowSettings
?:
WindowSettings
<
any
>
,
)
:
WindowService
Parameters
injector
:
Injector
overlay
:
Overlay
componentFactoryResolver
:
ComponentFactoryResolver
Optional
defaultWindowSettings
:
WindowSettings
<
any
>
Returns
WindowService
Properties
Readonly
active
Count$
activeCount$
:
Subject
<
number
>
= ...
Accessors
active
Window
Count
get
activeWindowCount
()
:
number
Returns
number
all
Active
Windows
get
allActiveWindows
()
:
WindowRef
<
any
,
any
>
[]
Returns
WindowRef
<
any
,
any
>
[]
has
Active
Windows
get
hasActiveWindows
()
:
boolean
Returns
boolean
Methods
add
add
(
windowRef
:
WindowRef
<
any
>
)
:
void
Parameters
windowRef
:
WindowRef
<
any
>
Returns
void
close
close
(
id
:
string
)
:
void
Parameters
id
:
string
Returns
void
get
get
<
D
>
(
id
:
string
)
:
WindowRef
<
D
>
Type Parameters
D
Parameters
id
:
string
Returns
WindowRef
<
D
>
has
has
(
id
:
string
)
:
boolean
Parameters
id
:
string
Returns
boolean
open
open
<
D
,
T
>
(
config
:
WindowConfig
<
D
,
T
>
)
:
WindowRef
<
D
>
Type Parameters
D
T
Parameters
config
:
WindowConfig
<
D
,
T
>
Returns
WindowRef
<
D
>
remove
remove
(
id
:
string
)
:
boolean
Parameters
id
:
string
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
active
Count$
Accessors
active
Window
Count
all
Active
Windows
has
Active
Windows
Methods
add
close
get
has
open
remove
@rxap/window-system - v19.0.4
Loading...