Skip to content

SuggestionContainer.addMessage method

SuggestionContainer › addMessage

Unofficial

Add an empty message with provided text.

Signature:

addMessage(text: string): HTMLElement

Parameters:

Parameter Type Description
text string Message text to display.

Returns: HTMLElementThe created message element.