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