Props type aliases
TablesProps
TablesProps
props are used for components that refer to all the Tables
in a Store
, such as the TablesView
component. Read more.
TableProps
TableProps
props are used for components that refer to a single Table
in a Store
, such as the TableView
component. Read more.
SortedTableProps
SortedTableProps
props are used for components that refer to a single sorted Table
in a Store
, such as the SortedTableView
component. Read more.
RowProps
RowProps
props are used for components that refer to a single Row
in a Table
, such as the RowView
component. Read more.
CellProps
CellProps
props are used for components that refer to a single Cell
in a Row
, such as the CellView
component. Read more.
MetricProps
MetricProps
props are used for components that refer to a single Metric
in a Metrics
object, such as the MetricView
component. Read more.
IndexProps
IndexProps
props are used for components that refer to a single Index
in an Indexes
object, such as the IndexView
component. Read more.
SliceProps
SliceProps
props are used for components that refer to a single Slice
in an Index
object, such as the SliceView
component. Read more.
LocalRowsProps
LocalRowsProps
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.
RemoteRowProps
RemoteRowProps
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.
LinkedRowsProps
LinkedRowsProps
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.
ResultTableProps
ResultTableProps
props are used for components that refer to a single query ResultTable
, such as the ResultTableView
component. Read more.
ResultSortedTableProps
ResultSortedTableProps
props are used for components that refer to a single sorted query ResultTable
, such as the ResultSortedTableView
component. Read more.
ResultRowProps
ResultRowProps
props are used for components that refer to a single Row
in a query ResultTable
, such as the ResultRowView
component. Read more.
ResultCellProps
ResultRowProps
props are used for components that refer to a single Cell
in a Row
of a ResultTable
, such as the ResultCellView
component. Read more.
BackwardCheckpointsProps
BackwardCheckpointsProps
props are used for components that refer to a list of previous checkpoints in a Checkpoints
object, such as the BackwardCheckpointsView
component. Read more.
CurrentCheckpointProps
CurrentCheckpointsProps props are used for components that refer to the current checkpoints in a Checkpoints
object, such as the BackwardCheckpointsView
component. Read more.
ForwardCheckpointsProps
ForwardCheckpointsProps
props are used for components that refer to a list of future checkpoints in a Checkpoints
object, such as the ForwardCheckpointsView
component. Read more.
ProviderProps
ProviderProps
props are used with the Provider
component, so that Store
Metrics
, Indexes
, Relationships
, Queries
, and Checkpoints
objects can be passed into the context of an application and used throughout. Read more.
ExtraProps
The ExtraProps
type represents a set of arbitrary additional props. Read more.
ValuesProps
ValuesProps
props are used for components that refer to all the Values
in a Store
, such as the ValuesView
component. Read more.
ValueProps
ValueProps
props are used for components that refer to a single Value
in a Row
, such as the ValueView
component. Read more.
CheckpointProps
CheckpointProps
props are used for components that refer to a single checkpoint in a Checkpoints
object, such as the CheckpointView
component. Read more.