• Preparing search index...
  • The search index is not available
Legend Studio API Documentation
  • Legend Studio API Documentation
  • @finos/legend-data-cube
  • Alert

Function Alert

  • Alert(
        props: {
            actions?: ActionAlertAction[];
            message: string;
            onClose?: () => void;
            text?: string;
            type: AlertType;
        },
    ): Element

    Parameters

    • props: {
          actions?: ActionAlertAction[];
          message: string;
          onClose?: () => void;
          text?: string;
          type: AlertType;
      }

    Returns Element

    • Defined in packages/legend-data-cube/src/components/core/DataCubeAlert.tsx:24

Settings

Member Visibility
Legend Studio API Documentation
  • Loading...