UNPKG
backbone-ng2-google-charts
Version:
latest (0.2.8)
2.4.0
2.3.0
2.2.0
2.1.0
0.2.8
0.2.5
0.0.8
0.0.1
0.0.0
Angular2 Google Charts module
github.com/gmazzamuto/ng2-google-charts
gmazzamuto/ng2-google-charts
backbone-ng2-google-charts
/
google-chart
/
chart-error-event.d.ts
7 lines
(6 loc)
•
124 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
ChartErrorEvent
{
id
:
string
;
message
:
string
;
detailedMessage
:
string
;
options
:
Object
; }