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

node.getProperties() should take an optional parameter 'property' #357

Closed
hdngr opened this issue Aug 31, 2014 · 0 comments
Closed

node.getProperties() should take an optional parameter 'property' #357

hdngr opened this issue Aug 31, 2014 · 0 comments

Comments

@hdngr
Copy link
Contributor

hdngr commented Aug 31, 2014

If 'property' is not supplied, return all properties of a node... E.g.

node.getProperties()

If one or more 'property' keys are supplied, return only those properties... E.g.

node.getProperties('foo');
node.getProperties('foo', 'another', 'hello');
@hdngr hdngr added this to the v0.3 Release milestone Aug 31, 2014
@ghost ghost closed this as completed Oct 3, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant