View Source Quarto.CursorValue (Quarto v1.1.7)

Module called to build the cursor

Receives an entry, this will most likely be an Ecto struct. From the config it will derive the cursor fields and will fetch the value of those fields from the struct. It tries to chase down bindings to see if it can find the cursor field on related records.

Link to this section Summary

Link to this section Functions

Specs

build(any(), Quarto.Config.t()) :: [any()]