Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 712 Bytes

kibana-plugin-core-public.errortoastoptions.toastmessage.md

File metadata and controls

13 lines (8 loc) · 712 Bytes

Home > kibana-plugin-core-public > ErrorToastOptions > toastMessage

ErrorToastOptions.toastMessage property

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.

Signature:

toastMessage?: string;