Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

auto enumerating the properties #12

Open
KrishnaPG opened this issue Oct 17, 2018 · 1 comment
Open

auto enumerating the properties #12

KrishnaPG opened this issue Oct 17, 2018 · 1 comment

Comments

@KrishnaPG
Copy link

Is it possible to automatically (programatically) get the list of properties of any type?
For example, something like

const man = new Person()

man.getListOfAllProperties(); // returns ["givenName", "familyName", ...]
@alexanderattar
Copy link

Hi @KrishnaPG. This is not currently possible, but is something we would be happy to consider adding.
Our bandwidth is a bit limited at the moment so I'm not sure when we will get around to it. We're also happy to consider PRs.

Cheers!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants