Interface: HistoryOptions
@roomful/vue / HistoryOptions
Interface: HistoryOptions
Section titled “Interface: HistoryOptions”Defined in: core/dist/types.d.ts:1910
Configures the collaborative history engine.
Properties
Section titled “Properties”captureInterval?
Section titled “captureInterval?”
optionalcaptureInterval:number
Defined in: core/dist/types.d.ts:1921
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: core/dist/types.d.ts:1915
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.