Skip to content
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

feat: Add getVariableDefinition method #4917

Closed
wants to merge 1 commit into from

Commits on Dec 6, 2023

  1. feat: Add getVariableDefinition method

    - In cases of embedded widgets, we want to be able to just fetch the widget by just name, as we may not have type
    - We already have a utility method doing this in JS: https://github.com/deephaven/web-client-ui/blob/4c0200e71e350fcf5261b0cc28440cb798bec207/packages/jsapi-utils/src/ConnectionUtils.ts#L18
    - Figure we should just expose the getVariableDefinition, since it's doing the exact same thing
    mofojed committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    051dbb7 View commit details
    Browse the repository at this point in the history