Class: FakeMessages
libs/common/ide/fake/FakeMessages.FakeMessages
Implements
Constructors
constructor
• new FakeMessages()
Methods
showWarning
▸ showWarning(_message
, ..._options
): Promise
<undefined
| string
>
Displays a warning message {@link message} to the user along with possible {@link options} for them to select.
Parameters
Name | Type |
---|---|
_message | string |
..._options | string [] |
Returns
Promise
<undefined
| string
>
Implementation of
Defined in
libs/common/ide/fake/FakeMessages.ts:4