Search
Preparing search index...
The search index is not available
hydux
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
BaseHistory
Class BaseHistory
Hierarchy
BaseHistory
HashHistory
BrowserHistory
MemoryHistory
Index
Constructors
constructor
Properties
_fire
Init
Path
_last
_listeners
_props
_routes
Meta
last
Location
location
Accessors
current
last
length
Methods
_fire
Change
_set
Routes
_update
Location
back
dispose
forward
go
listen
parse
Path
push
real
Path
replace
unlisten
Constructors
constructor
new
Base
History
(
props
?:
Partial
<
HistoryProps
>
)
:
BaseHistory
Parameters
Default value
props:
Partial
<
HistoryProps
>
= {}
Returns
BaseHistory
Properties
Protected
_fire
Init
Path
_fire
Init
Path
:
boolean
= true
Protected
_last
_last
:
string
[]
= []
Protected
_listeners
_listeners
:
function
[]
= []
Protected
_props
_props
:
HistoryProps
_routes
Meta
_routes
Meta
:
RoutesMeta
<
any
,
any
>
last
Location
last
Location
:
Location
<
any
,
any
>
location
location
:
Location
<
any
,
any
>
Accessors
current
get
current
(
)
:
string
Returns
string
last
get
last
(
)
:
string
Returns
string
length
get
length
(
)
:
number
Returns
number
Methods
Protected
_fire
Change
_fire
Change
(
path
?:
string
)
:
void
Parameters
Default value
path:
string
= this.current
Returns
void
_set
Routes
_set
Routes
(
routes
:
Routes
<
any
,
any
>
, routesMeta
:
RoutesMeta
<
any
,
any
>
)
:
void
Parameters
routes:
Routes
<
any
,
any
>
routesMeta:
RoutesMeta
<
any
,
any
>
Returns
void
Protected
_update
Location
_update
Location
(
path
?:
string
)
:
void
Parameters
Default value
path:
string
= this.current
Returns
void
back
back
(
)
:
void
Returns
void
dispose
dispose
(
)
:
void
Dispose a history instance, its useful in HMR
Returns
void
forward
forward
(
)
:
void
Returns
void
go
go
(
delta
:
number
)
:
void
Parameters
delta:
number
Returns
void
listen
listen
(
listener
:
function
)
:
void
Parameters
listener:
function
(
path
:
string
)
:
void
Parameters
path:
string
Returns
void
Returns
void
parse
Path
parse
Path
(
path
:
string
)
:
Location
<
any
,
any
>
Parameters
path:
string
Returns
Location
<
any
,
any
>
Abstract
push
push
(
path
:
string
)
:
void
Parameters
path:
string
Returns
void
Abstract
real
Path
real
Path
(
path
:
string
)
:
string
Parameters
path:
string
Returns
string
Abstract
replace
replace
(
path
:
string
)
:
void
Parameters
path:
string
Returns
void
unlisten
unlisten
(
listener
:
function
)
:
void
Parameters
listener:
function
(
path
:
string
)
:
void
Parameters
path:
string
Returns
void
Returns
void
Globals
Base
History
constructor
_fire
Init
Path
_last
_listeners
_props
_routes
Meta
last
Location
location
current
last
length
_fire
Change
_set
Routes
_update
Location
back
dispose
forward
go
listen
parse
Path
push
real
Path
replace
unlisten
Generated using
TypeDoc
Dispose a history instance, its useful in HMR