Component functions
TablesView
The TablesView component renders the contents of all Tables in a Store, and registers a listener so that any changes to that result will cause a re-render. Read more.
TableView
The TableView component renders the contents of a single Table, and registers a listener so that any changes to that result will cause a re-render. Read more.
ResultSortedTableView
The ResultSortedTableView component renders the contents of a single sorted Result Table in a Queries object, and registers a listener so that any changes to that result will cause a re-render. Read more.
ResultTableView
The ResultTableView component renders the contents of a single Result Table in a Queries object, and registers a listener so that any changes to that result will cause a re-render. Read more.
SortedTableView
The SortedTableView component renders the contents of a single Table in a sorted order, and registers a listener so that any changes to that result will cause a re-render. Read more.
LinkedRowsView
The LinkedRowsView component renders the Rows in a linked list Relationship, and registers a listener so that any changes to that result will cause a re-render. Read more.
LocalRowsView
The LocalRowsView component renders the local Row Ids for a given remote Row in a Relationship, and registers a listener so that any changes to that result will cause a re-render. Read more.
RemoteRowView
The RemoteRowView component renders the remote Row Id for a given local Row in a Relationship, and registers a listener so that any changes to that result will cause a re-render. Read more.
ResultRowView
The ResultRowView component renders the contents of a single Result Row in a given Result Table, and registers a listener so that any changes to that result will cause a re-render. Read more.
RowView
The RowView component renders the contents of a single Row in a given Table, and registers a listener so that any changes to that result will cause a re-render. Read more.
CellView
The CellView component renders the value of a single Cell in a given Row in a given Table, and registers a listener so that any changes to that result will cause a re-render. Read more.
ResultCellView
The ResultCellView component renders the value of a single Cell in a given Result Row in a given Result Table of a Queries object, and registers a listener so that any changes to that result will cause a re-render. Read more.
ValuesView
The ValuesView component renders all Values in a Store, and registers a listener so that any changes to that result will cause a re-render. Read more.
ValueView
The ValueView component renders the value of a single Value in a Store, and registers a listener so that any changes to that result will cause a re-render. Read more.
BackwardCheckpointsView
The BackwardCheckpointsView component renders the list of checkpoint Ids that represent backward checkpoints in a Checkpoints object, and registers a listener so that any changes to that result will cause a re-render. Read more.
CheckpointView
The CheckpointView component renders the label of a checkpoint in a Checkpoints object, and registers a listener so that any changes to that result will cause a re-render. Read more.
CurrentCheckpointView
The CurrentCheckpointView component renders the current checkpoint in a Checkpoints object, and registers a listener so that any changes to that result will cause a re-render. Read more.
ForwardCheckpointsView
The ForwardCheckpointsView component renders the list of checkpoint Ids that represent forward checkpoints in a Checkpoints object, and registers a listener so that any changes to that result will cause a re-render. Read more.
IndexView
The IndexView component renders the slices in a named Index, and registers a listener so that any changes to that result will cause a re-render. Read more.
MetricView
The MetricView component renders the value of a named Metric in a Metrics object, and registers a listener so that any changes to that result will cause a re-render. Read more.
Provider
The Provider component wraps part of an application to make TinyBase objects available throughout its component subtree via Svelte context. Read more.
SliceView
The SliceView component renders the Row Ids in a named Slice in an Index, and registers a listener so that any changes to that result will cause a re-render. Read more.