TinyBase

Props type aliases

This is the collection of props type aliases within the ui-react module. There are 16 props type aliases in total.

TablesProps

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

TableProps

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

RowProps

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

CellProps

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

MetricProps

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

IndexProps

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

SliceProps

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

LinkedRowsProps

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

LocalRowsProps

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

RemoteRowProps

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

BackwardCheckpointsProps

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

CurrentCheckpointProps

CurrentCheckpointsProps props are used for components that refer to the current checkpoints in a Checkpoints object, such as the BackwardCheckpointsView component.

ForwardCheckpointsProps

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

ProviderProps

ProviderProps props are used with the Provider component, so that Store Metrics, Indexes, Relationships, and Checkpoints objects can be passed into the context of an application and used throughout.

ExtraProps

The ExtraProps type represents a set of arbitrary additional props.

CheckpointProps

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