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

#set() should make available the 'paths' being set, or provide the pathSet object #130

Open
jhamlet opened this issue Sep 8, 2015 · 0 comments

Comments

@jhamlet
Copy link

jhamlet commented Sep 8, 2015

The API Documentation indicates that a JSONGraphEnvelope is passed as the only argument. However, it appears that just the jsonGraph property of that object is passed along to a route's set function.

It would be convenient to provide the full JSONGraphEnvelope with the 'paths' property for easier introspection of the object that contains the tree of values to set.

The router does the work of determining what paths are being set and then calling the appropriate route method, it would be nice to take advantage of that work (either as 'paths' in the envelope, or by passing the pathSet object) when that method is being called.

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

No branches or pull requests

1 participant