Skip to content

@jsvision/ui / clearHistory

Function: clearHistory()

clearHistory(): void

Defined in: ui/src/dropdown/history-store.ts:117

Clear all stored history for every id (useful to reset between runs or in tests).

Returns

void

Example

ts
import { clearHistory, historyCount } from '@jsvision/ui';
clearHistory();
historyCount(1); // 0