Home > kibana-plugin-core-public > ToastInputFields
Allowed fields for ToastInput.
Signature:
export declare type ToastInputFields = Pick<EuiToast, Exclude<keyof EuiToast, 'id' | 'text' | 'title'>> & {
title?: string | MountPoint;
text?: string | MountPoint;
};
id
cannot be specified.