Skip to content

PluginNoticeComponentShowNoticeAfterDelayParams.mode?

PluginNoticeComponentShowNoticeAfterDelayParams › mode?

Type: PluginNoticeMode

How this notice relates to the plugin's current notice — see PluginNoticeMode.

PluginNoticeMode.Separate is worth considering for a long operation: on the default PluginNoticeMode.Replace the progress notice takes the shared slot, so any ordinary notice raised while the operation runs hides it, and the progress the user was watching does not come back.

Whichever mode is used, the returned handle owns only ITS message: updating the content rewrites that message alone, and disposing takes away only that message when the notice was already on screen (a notice this handle opened is hidden as a whole).