TBone

Getting Started

OverviewSetupTodo App

API Documentation

base modelrunletbound-value modelscollectionsutility modelsReact integrationdebuggingutility functions
ContributingGithubMIT License

tbone.collections.base

TBone Collections are a subclass of Model. The main difference is that the root data item is an Array instead of an Object. Define model in a subclass to automatically create models of that type via add.

To query for a model in a collection, use the pound sign (#) followed by the ID of the model. For example, T('users.#42.name').