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;
}
Remarks
Human-readable messages for MathDiagnostic error codes