ErrorBoundaryAlert class

Signature

  1. export declare class ErrorBoundaryAlert extends PureComponent<ErrorBoundaryAlertProps>

Import

  1. import { ErrorBoundaryAlert } from '@grafana/ui';

Properties

PropertyModifiersTypeDescription
defaultPropsstaticPartial<ErrorBoundaryAlertProps>

Methods

MethodModifiersDescription
render()

defaultProps property

Signature

  1. static defaultProps: Partial<ErrorBoundaryAlertProps>;

render method

Signature

  1. render(): JSX.Element;

Returns:

JSX.Element