Skip to content

PluginNoticeComponent.showNotice method

PluginNoticeComponent › showNotice

Displays a notice message to the user.

Signature:

showNotice(message: string | DocumentFragment, options?: PluginNoticeComponentShowNoticeOptions | undefined): Notice

Parameters:

ParameterTypeDescription
messagestring | DocumentFragmentThe message to display.
options?PluginNoticeComponentShowNoticeOptions | undefinedThe options for displaying the notice.

Returns: NoticeThe notice object.