Skip to content

PluginSuggestionComponentConstructorParams.pluginSettingsComponent

PluginSuggestionComponentConstructorParams › pluginSettingsComponent

Type: PluginSettingsComponentBase<object>

The settings component holding whatever isSuggestionDeclined reads.

Taken as a whole component rather than as a bare "ready" flag so the host cannot forget to wire the wait: the notice is decided only after this component has read data.json. See PluginSettingsComponentBase.whenLoadedFromFile for why the read cannot simply happen at layout-ready.