Search
Preparing search index...
The search index is not available
@axc/react-components
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"memoryHistory"
MemoryHistory
Class MemoryHistory
Hierarchy
Observable
MemoryHistory
Implements
History
Index
Constructors
constructor
Properties
current
Position
history
Methods
back
forward
go
location
push
State
replace
State
subscribe
Constructors
constructor
new
Memory
History
(
initialHistory
:
HistoryNode
|
HistoryNode
[]
|
undefined
, initialPosition
?:
number
)
:
MemoryHistory
Parameters
initialHistory:
HistoryNode
|
HistoryNode
[]
|
undefined
Optional
initialPosition:
number
Returns
MemoryHistory
Properties
current
Position
current
Position
:
number
history
history
:
HistoryNode
[]
Methods
back
back
(
)
:
void
Returns
void
forward
forward
(
)
:
void
Returns
void
go
go
(
delta
:
number
)
:
void
Parameters
delta:
number
Returns
void
location
location
(
)
:
HistoryNode
Returns
HistoryNode
push
State
push
State
(
state
:
any
, title
:
string
, url
?:
string
)
:
void
Parameters
state:
any
title:
string
Optional
url:
string
Returns
void
replace
State
replace
State
(
state
:
any
, title
:
string
, url
?:
string
)
:
void
Parameters
state:
any
title:
string
Optional
url:
string
Returns
void
subscribe
subscribe
(
callback
:
any
)
:
object
Parameters
callback:
any
Returns
object
revoke
:
function
revoke
(
)
:
void
Returns
void
Globals
"memory
History"
Memory
History
constructor
current
Position
history
back
forward
go
location
push
State
replace
State
subscribe
Generated using
TypeDoc