AlertDisplayProps
Home > @backstage/core-components
> AlertDisplayProps
Properties for AlertDisplay()
Signature:
export type AlertDisplayProps = {
anchorOrigin?: {
vertical: 'top' | 'bottom';
horizontal: 'left' | 'center' | 'right';
};
transientTimeoutMs?: number;
};