Returns map entries whose keys fall within the lexicographic range
[begin, end] (inclusive on both sides).
Arguments
- doc
An Automerge document
- obj
An Automerge object ID (must be a map), or
AM_ROOT- begin
Start key (inclusive). Use
""(default) for unbounded start.- end
End key (inclusive). Use
""(default) for unbounded end.- heads
Optional list of change hashes (raw vectors) for historical query. If
NULL(default), uses the current state.