Skip to content

Interface: HistoryOptions

@roomful/angular


@roomful/angular / HistoryOptions

Defined in: core/dist/types.d.ts:1910

Configures the collaborative history engine.

optional captureInterval: 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.


optional maxEntries: 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.