TinyBase logoTinyBase β

Props type aliases

ProviderProps

ProviderProps props are used with the Provider component, so that Store, Metrics, Indexes, Relationships, Queries, Checkpoints, Persisters, and Synchronizers can be passed into the context of a Svelte 5 application and used throughout. Read more.

TablesViewProps

TablesViewProps props are used for components that refer to all the Tables in a Store, such as the TablesView component. Read more.

TableViewProps

TableViewProps props are used for components that refer to a single Table in a Store, such as the TableView component. Read more.

ResultSortedTableViewProps

ResultSortedTableViewProps props are used for components that refer to a single sorted query ResultTable, such as the ResultSortedTableView component. Read more.

ResultTableViewProps

ResultTableViewProps props are used for components that refer to a single query ResultTable, such as the ResultTableView component. Read more.

SortedTableViewProps

SortedTableViewProps props are used for components that refer to a single sorted Table in a Store, such as the SortedTableView component. Read more.

LinkedRowsViewProps

LinkedRowsViewProps props are used for components that refer to a single Relationship in a Relationships object, and where you want to render a linked list of Rows starting from a first Row, such as the LinkedRowsView component. Read more.

LocalRowsViewProps

LocalRowsViewProps props are used for components that refer to a single Relationship in a Relationships object, and where you want to render local Rows based on a remote Row, such as the LocalRowsView component. Read more.

RemoteRowViewProps

RemoteRowViewProps props are used for components that refer to a single Relationship in a Relationships object, and where you want to render a remote Row based on a local Row, such as in the RemoteRowView component. Read more.

ResultRowViewProps

ResultRowViewProps props are used for components that refer to a single Row in a query ResultTable, such as the ResultRowView component. Read more.

RowViewProps

RowViewProps props are used for components that refer to a single Row in a Table, such as the RowView component. Read more.

CellViewProps

CellViewProps props are used for components that refer to a single Cell in a Row, such as the CellView component. Read more.

ResultCellViewProps

ResultCellViewProps props are used for components that refer to a single Cell in a Row of a query ResultTable, such as the ResultCellView component. Read more.

ValuesViewProps

ValuesViewProps props are used for components that refer to all the Values in a Store, such as the ValuesView component. Read more.

ValueViewProps

ValueViewProps props are used for components that refer to a single Value in a Store, such as the ValueView component. Read more.

BackwardCheckpointsViewProps

BackwardCheckpointsViewProps props are used for components that refer to a list of previous checkpoints in a Checkpoints object, such as the BackwardCheckpointsView component. Read more.

CheckpointViewProps

CheckpointViewProps props are used for components that refer to a single checkpoint in a Checkpoints object, such as the CheckpointView component. Read more.

CurrentCheckpointViewProps

CurrentCheckpointViewProps props are used for components that refer to the current checkpoint in a Checkpoints object, such as the CurrentCheckpointView component. Read more.

ForwardCheckpointsViewProps

ForwardCheckpointsViewProps props are used for components that refer to a list of future checkpoints in a Checkpoints object, such as the ForwardCheckpointsView component. Read more.

IndexViewProps

IndexViewProps props are used for components that refer to a single Index in an Indexes object, such as the IndexView component. Read more.

MetricViewProps

MetricViewProps props are used for components that refer to a single Metric in a Metrics object, such as the MetricView component. Read more.

SliceViewProps

SliceViewProps props are used for components that refer to a single Slice in an Index object, such as the SliceView component. Read more.