TexError: {
    command?: string;
    kind: "tex_error";
    line: number;
    message: string;
}

Type declaration

  • Optional command?: string
  • kind: "tex_error"
  • line: number
  • message: string

Generated using TypeDoc