Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
DialogOverlayService
Class DialogOverlayService
Implements
FrontendApplicationContribution
Index
Constructors
constructor
Properties
dialogs
documents
INSTANCE
Accessors
current
Dialog
Methods
handle
Enter
handle
Escape
initialize
push
get
Constructors
constructor
new
Dialog
Overlay
Service
(
)
:
DialogOverlayService
Returns
DialogOverlayService
Properties
Protected
Readonly
dialogs
dialogs
:
AbstractDialog
<
any
>
[]
= []
Protected
Readonly
documents
documents
:
Document
[]
= []
Static
Protected
INSTANCE
INSTANCE
:
DialogOverlayService
Accessors
Protected
current
Dialog
get
currentDialog
(
)
:
undefined
|
AbstractDialog
<
any
>
Returns
undefined
|
AbstractDialog
<
any
>
Methods
Protected
handle
Enter
handle
Enter
(
event
)
:
boolean
|
void
Parameters
event
:
KeyboardEvent
Returns
boolean
|
void
Protected
handle
Escape
handle
Escape
(
event
)
:
boolean
|
void
Parameters
event
:
KeyboardEvent
Returns
boolean
|
void
initialize
initialize
(
)
:
void
Called on application startup before configure is called.
Returns
void
push
push
(
dialog
)
:
Disposable
Parameters
dialog
:
AbstractDialog
<
any
>
Returns
Disposable
Static
get
get
(
)
:
DialogOverlayService
Returns
DialogOverlayService
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
dialogs
documents
INSTANCE
current
Dialog
handle
Enter
handle
Escape
initialize
push
get
Theia TypeDoc
Loading...
Called on application startup before configure is called.