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