Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BaseHistory

Hierarchy

Index

Constructors

constructor

Properties

Protected _fireInitPath

_fireInitPath: boolean = true

Protected _last

_last: string[] = []

Protected _listeners

_listeners: function[] = []

Protected _props

_props: HistoryProps

_routesMeta

_routesMeta: RoutesMeta<any, any>

lastLocation

lastLocation: Location<any, any>

location

location: Location<any, any>

Accessors

current

  • get current(): string

last

  • get last(): string

length

  • get length(): number

Methods

Protected _fireChange

  • _fireChange(path?: string): void

_setRoutes

Protected _updateLocation

  • _updateLocation(path?: string): void

back

  • back(): void

dispose

  • dispose(): void

forward

  • forward(): void

go

  • go(delta: number): void

listen

  • listen(listener: function): void

parsePath

  • parsePath(path: string): Location<any, any>

Abstract push

  • push(path: string): void

Abstract realPath

  • realPath(path: string): string

Abstract replace

  • replace(path: string): void

unlisten

  • unlisten(listener: function): void

Generated using TypeDoc