Skip to content

PluginNoticeComponentShowNoticeOptions.isReusable?

PluginNoticeComponentShowNoticeOptions › isReusable?

Type: boolean

Whether the notice occupies the single per-plugin reusable slot.

A reusable notice takes the shared slot: the next reusable notice hides it, and it is hidden on unload. A non-reusable (standalone) notice is not placed in the slot — it never hides, and is never hidden by, a reusable notice; multiple standalone notices coexist. Standalone notices are still hidden together on unload.

A permanent notice must be reusable (PluginNoticeComponentShowNoticeOptions.isPermanent implies isReusable); passing isReusable: false together with isPermanent: true throws.