SuggestionContainer.addMessage method
SuggestionContainer › addMessage
Unofficial
Add an empty message with provided text.Signature:
addMessage(text: string): HTMLElementParameters:
| Parameter | Type | Description |
|---|---|---|
| text | string | Message text to display. |
Returns: HTMLElement — The created message element.