projects/ng2-google-charts/src/lib/google-chart/chart-error-event.ts
detailedMessage: string
string
id: string
message: string
options: object
object
export interface ChartErrorEvent { id: string; message: string; detailedMessage: string; options: object; }