Skip to content

select #45

@bredele

Description

@bredele
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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions