-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expand Row interface definition #297
Comments
Please add |
@kussmaul I've checked the Would you prefer sticking with the current typing (adding export type Row = (any | google.visualization.DataObjectCell)[]; |
@FERNman using |
@kussmaul great, then I'll go ahead and merge the PR! 👍 |
Feature request
The interface definition for
Row
should also include the type{v: any, f: any}
- see Cell ObjectsDescribe the solution you'd like
Update the Row interface
I've added this into #296.
Describe alternatives you've considered
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: