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

select #45

Open
bredele opened this issue Nov 30, 2015 · 1 comment
Open

select #45

bredele opened this issue Nov 30, 2015 · 1 comment

Comments

@bredele
Copy link
Owner

bredele commented Nov 30, 2015

var store = new Store({
  title: 'hello',
  items: ['hello', 'world']
})

var items = store.select('items');
items.set(0, 'foo');

select return a datastore from a key.

@bredele
Copy link
Owner Author

bredele commented Dec 10, 2015

second argument could be a boolean to allow piping of changed events or not.

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