Interface: HistoryOptions
@roomful/core / HistoryOptions
Interface: HistoryOptions
Section titled “Interface: HistoryOptions”Defined in: packages/core/src/types.ts:2217
Configures the collaborative history engine.
Properties
Section titled “Properties”captureInterval?
Section titled “captureInterval?”
optionalcaptureInterval:number
Defined in: packages/core/src/types.ts:2229
Debounces rapid captures: mutations applied within this many milliseconds
of the previous one are merged into a single undoable entry. Defaults to
500.
maxEntries?
Section titled “maxEntries?”
optionalmaxEntries:number
Defined in: packages/core/src/types.ts:2222
Caps how many timeline entries are retained per peer (and bounds the local
undo stack). Older entries beyond the cap are trimmed. Defaults to 100.