Skip to content

Pass All Arguments to Top-Level Functions #83

@raycharius

Description

@raycharius

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions