Skip to main content

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

NameType
_messagestring
..._optionsstring[]

Returns

Promise<undefined | string>

Implementation of

Messages.showWarning

Defined in

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