We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Changes needed to work with my branch (https://github.com/mattrunyon/web-client-ui/tree/jsapi-types) updating web-client-ui to use the generated JS API types
LayoutHints.frontColumns
IdeConnection
HasEventHandling
TableData
SubscriptionData
Array<Row>
The text was updated successfully, but these errors were encountered:
@deephaven/jsapi-types
168ff34
niloc132
Successfully merging a pull request may close this issue.
Changes needed to work with my branch (https://github.com/mattrunyon/web-client-ui/tree/jsapi-types) updating web-client-ui to use the generated JS API types
LayoutHints.frontColumns
should be nullable (back/frozen/hidden are nullable)IdeConnection
is missing theHasEventHandling
methods in the generated typesTableData
andSubscriptionData
should returnArray<Row>
(I know there's some Java generics issue, but even a non-generic version works for TS sake)The text was updated successfully, but these errors were encountered: