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

Pass All Arguments to Top-Level Functions #83

Open
raycharius opened this issue Dec 19, 2021 · 0 comments
Open

Pass All Arguments to Top-Level Functions #83

raycharius opened this issue Dec 19, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@raycharius
Copy link
Owner

Is your feature request related to a problem? Please describe.
Up until now, the functions used to created builder objects have only accepted primitive types, such as strings, numbers, and booleans. It would be great to accept all of an object's properties to those functions for those who wish to have more of a constructor-type experience.

Describe the solution you'd like

  • All properties can be optionally passed into the top-level functions
  • Underneath the hood, this will be calling the setter methods inside of the constructor
@raycharius raycharius added the enhancement New feature or request label Dec 19, 2021
@raycharius raycharius added this to the Version 3.0.0 milestone Dec 19, 2021
@raycharius raycharius changed the title Pass All Arguments to Exposed Functions Pass All Arguments to Top-Level Functions Dec 19, 2021
@raycharius raycharius self-assigned this Dec 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant