Workspace.on('browser:update-history') method
Workspace › on(‘browser:update-history’)
Unofficial
Triggers when the browser history is updated.Signature:
on(name: "browser:update-history", callback: () => unknown, ctx?: unknown): EventRefParameters:
| Parameter | Type | Description |
|---|---|---|
| name | "browser:update-history" | 'browser:update-history'. |
| callback | () => unknown | Callback function. |
| ctx? | unknown | Context. |
Returns: EventRef — Event reference.