Home > @findkit/ui > RouterBackend
RouterBackend interface
Signature:
export interface RouterBackend<State extends {}>
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| update | (params: string, options?: { push?: boolean; state?: State; }) => void |
Methods
| Method | Description |
|---|---|
| formatHref(qs) | |
| getSearchParamsString() | |
| getState() | |
| listen(cb) |