Types - CommandRegistry
API reference for ./model/commandRegistry on @huukhanhnguyen/types.
See the Guide for the package's role.
API reference
Signatures are generated from the live package .d.ts - not hand-written.
LaneEditField
type
The body lanes a chain entry may carry. A components[] entry has two that flow in opposite directions — operations produces into the stream, opening subtracts from it (see schema/model.ts's opening contract) — and both are edited by the same tree editor, so both go through one door.
type LaneEditField
// = "operations" | "opening"LaneEntry
type
type LaneEntry
// = Record<string, unknown>