# Interface: HistoryEvent [@medici/types](../wiki/@medici.types).HistoryEvent ## Table of contents ### Methods - [addEvent](../wiki/@medici.types.HistoryEvent#addevent) - [handlePushState](../wiki/@medici.types.HistoryEvent#handlepushstate) ## Methods ### addEvent ▸ **addEvent**(): `void` #### Returns `void` #### Defined in types/src/history.ts:3 ___ ### handlePushState ▸ **handlePushState**(`state`, `title`, `url`): `void` #### Parameters | Name | Type | | :------ | :------ | | `state` | `string` | | `title` | `string` | | `url` | `string` | #### Returns `void` #### Defined in types/src/history.ts:2