AlertMessage
Home > @backstage/core-plugin-api
> AlertMessage
Message handled by the AlertApi.
Signature:
export type AlertMessage = {
message: string;
severity?: 'success' | 'info' | 'warning' | 'error';
display?: 'permanent' | 'transient';
};