WebviewerDBStore.removeHistoryItem method
WebviewerDBStore › removeHistoryItem
Unofficial
Remove specific history item based on its id.Signature:
removeHistoryItem(item: WebviewerHistoryItem): Promise<void>Parameters:
| Parameter | Type | Description |
|---|---|---|
| item | WebviewerHistoryItem | The history item to remove. |
Returns: Promise<void> — A promise that resolves when the history item is removed.