Skip to main content

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

NameType
_typeMessageType
_idstring
_messagestring
..._optionsstring[]

Returns

Promise<undefined | string>

Implementation of

Messages.showMessage

Defined in

libs/common/ide/fake/FakeMessages.ts:4