PluginNoticeComponent.showNotice method
PluginNoticeComponent › showNotice
Displays a notice message to the user.Signature:
showNotice(message: string | DocumentFragment, options?: PluginNoticeComponentShowNoticeOptions | undefined): NoticeParameters:
| Parameter | Type | Description |
|---|---|---|
| message | string | DocumentFragment | The message to display. |
| options? | PluginNoticeComponentShowNoticeOptions | undefined | The options for displaying the notice. |
Returns: Notice — The notice object.