(items: Entity<Data, View>[])
| 50 | // Will return all items in store, including ones not passing root filter |
| 51 | items: IObservableArray<Entity<Data, View>>; |
| 52 | sortItems(items: Entity<Data, View>[]): Entity<Data, View>[]; |
| 53 | add(input: Entity<Data, View>): Entity<Data, View>; |
| 54 | |
| 55 | definition: EntityDefinition<Data, View>; |