iink-ts - v4.0.0
    Preparing search index...

    Variable MathDiagnosticMessagesConst

    MathDiagnosticMessages: {
        [key: string]: {
            message: string;
            severity: "success" | "warning" | "error" | "info";
            title: string;
        };
    } = ...

    Type Declaration

    • [key: string]: {
          message: string;
          severity: "success" | "warning" | "error" | "info";
          title: string;
      }

    Human-readable messages for MathDiagnostic error codes