Hyperlinkv0.8.0-beta.28

Store

Store.shapefunctionsrc/Store.ts:660
<Row extends Schema.Schema<unknown>>(row: Row): StoreShapeDef<Row>

Declare a row shape. Every shape shares the baked-in read payload (limit / before / after / nested RQB where).

constructors
Source src/Store.ts:6603 lines
export function shape<Row extends Schema.Schema<unknown>>(row: Row): StoreShapeDef<Row> {
  return makeStoreShape(row);
}