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

Improve Hubspot types #1

Open
snelsi opened this issue Apr 25, 2022 · 0 comments
Open

Improve Hubspot types #1

snelsi opened this issue Apr 25, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@snelsi
Copy link
Owner

snelsi commented Apr 25, 2022

It would be nice to improve typing of Hubspot fields in src/hubspot.types.ts.
Currently, most of the fields are loosely marked as 'unknown function' or 'unknown object'.
My knowledge of Hubspot is too superficial to decipher the types of the arguments by the function name.

Official documentation:
https://legacydocs.hubspot.com/docs/methods/forms/advanced_form_options

You can view all fields in your browser by calling console.log(window.hubspot) and console.log(window.hbspt).

image

image

@snelsi snelsi added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant