You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The message to be shown in the toast. If this is not specified the error's message will be shown in the toast instead. Overwriting that message can be used to provide more user-friendly toasts. If you specify this, the error message will still be shown in the detailed error modal.
|[FatalErrorInfo](./kibana-plugin-public.fatalerrorinfo.md)| Represents the <code>message</code> and <code>stack</code> of a fatal Error |
34
35
|[FatalErrorsSetup](./kibana-plugin-public.fatalerrorssetup.md)| FatalErrors stop the Kibana Public Core and displays a fatal error screen with details about the Kibana build and the error. |
|[I18nSetup](./kibana-plugin-public.i18nsetup.md)| I18nSetup.Context is required by any localizable React component from @<!---->kbn/i18n and @<!---->elastic/eui packages and is supposed to be used as the topmost component for any i18n-compatible React tree. |
|[PluginInitializer](./kibana-plugin-public.plugininitializer.md)| The <code>plugin</code> export at the root of a plugin's <code>public</code> directory should conform to this interface. |
0 commit comments