relationships
The relationships
module of the TinyBase project provides the ability to create and track relationships between the data in Store
objects.
The main entry point to this module is the createRelationships
function, which returns a new Relationships
object. From there, you can create new Relationship
definitions, access the associations within those Relationships
directly, and register listeners for when they change.
Since
v1.0.0
Interfaces
Functions
Type Aliases
- Listener type aliases
RelationshipCallback
type aliasRelationship
type aliasRelationshipsListenerStats
type alias