Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
ElectronFrontendApplicationStateService
Class ElectronFrontendApplicationStateService
Hierarchy (
view full
)
FrontendApplicationStateService
ElectronFrontendApplicationStateService
Index
Constructors
constructor
Properties
deferred
logger
state
Changed
Accessors
on
State
Changed
state
Methods
do
Set
State
reached
Any
State
reached
State
Constructors
constructor
new
Electron
Frontend
Application
State
Service
(
)
:
ElectronFrontendApplicationStateService
Returns
ElectronFrontendApplicationStateService
Properties
Protected
deferred
deferred
:
{
[
state
:
string
]
:
Deferred
<
void
>
;
}
= {}
Type declaration
[
state
:
string
]:
Deferred
<
void
>
Protected
Readonly
logger
logger
:
ILogger
Protected
Readonly
state
Changed
state
Changed
:
Emitter
<
FrontendApplicationState
>
= ...
Accessors
on
State
Changed
get
onStateChanged
(
)
:
Event
<
FrontendApplicationState
>
Returns
Event
<
FrontendApplicationState
>
state
get
state
(
)
:
FrontendApplicationState
Returns
FrontendApplicationState
set
state
(
state
)
:
void
Parameters
state
:
FrontendApplicationState
Returns
void
Methods
Protected
do
Set
State
do
Set
State
(
state
)
:
void
Parameters
state
:
FrontendApplicationState
Returns
void
reached
Any
State
reached
Any
State
(
...
states
)
:
Promise
<
void
>
Parameters
Rest
...
states
:
FrontendApplicationState
[]
Returns
Promise
<
void
>
reached
State
reached
State
(
state
)
:
Promise
<
void
>
Parameters
state
:
FrontendApplicationState
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
deferred
logger
state
Changed
on
State
Changed
state
do
Set
State
reached
Any
State
reached
State
Theia TypeDoc
Loading...