Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin-ext
ModalNotification
Class ModalNotification
Hierarchy
AbstractDialog
<
string
|
undefined
>
ModalNotification
Index
Constructors
constructor
Properties
action
Title
Accessors
value
Methods
create
Message
Node
on
Close
Request
show
Dialog
to
Icon
Class
Constructors
constructor
new
Modal
Notification
(
)
:
ModalNotification
Returns
ModalNotification
Properties
Protected
action
Title
action
Title
:
undefined
|
string
Accessors
value
get
value
(
)
:
undefined
|
string
Returns
undefined
|
string
Methods
Protected
create
Message
Node
create
Message
Node
(
messageType
,
text
,
options
,
actions
)
:
HTMLElement
Parameters
messageType
:
MessageType
text
:
string
options
:
MainMessageOptions
actions
:
MainMessageItem
[]
Returns
HTMLElement
Protected
on
Close
Request
on
Close
Request
(
msg
)
:
void
Parameters
msg
:
Message
Returns
void
show
Dialog
show
Dialog
(
messageType
,
text
,
options
,
actions
)
:
Promise
<
undefined
|
string
>
Parameters
messageType
:
MessageType
text
:
string
options
:
MainMessageOptions
actions
:
MainMessageItem
[]
Returns
Promise
<
undefined
|
string
>
Protected
to
Icon
Class
to
Icon
Class
(
icon
)
:
string
[]
Parameters
icon
:
MessageType
Returns
string
[]
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
constructor
action
Title
value
create
Message
Node
on
Close
Request
show
Dialog
to
Icon
Class
Theia TypeDoc
Loading...