Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
browser/frontend-application-state
FrontendApplicationStateService
Class FrontendApplicationStateService
Hierarchy (
View Summary
)
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
FrontendApplicationStateService
()
:
FrontendApplicationStateService
Returns
FrontendApplicationStateService
Properties
Protected
deferred
deferred
:
{
[
state
:
string
]:
Deferred
<
void
>
}
= {}
Protected
Readonly
logger
logger
:
ILogger
Protected
Readonly
state
Changed
stateChanged
:
Emitter
<
FrontendApplicationState
>
= ...
Accessors
on
State
Changed
get
onStateChanged
()
:
Event
<
FrontendApplicationState
>
Returns
Event
<
FrontendApplicationState
>
state
get
state
()
:
FrontendApplicationState
Returns
FrontendApplicationState
set
state
(
state
:
FrontendApplicationState
)
:
void
Parameters
state
:
FrontendApplicationState
Returns
void
Methods
Protected
do
Set
State
doSetState
(
state
:
FrontendApplicationState
)
:
void
Parameters
state
:
FrontendApplicationState
Returns
void
reached
Any
State
reachedAnyState
(
...
states
:
FrontendApplicationState
[]
)
:
Promise
<
void
>
Parameters
...
states
:
FrontendApplicationState
[]
Returns
Promise
<
void
>
reached
State
reachedState
(
state
:
FrontendApplicationState
)
:
Promise
<
void
>
Parameters
state
:
FrontendApplicationState
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
deferred
logger
state
Changed
Accessors
on
State
Changed
state
Methods
do
Set
State
reached
Any
State
reached
State
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...