Search
Preparing search index...
The search index is not available
Typed - v3.4.4
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
history
ServerHistory
Class ServerHistory
An implementation of the
History
interface.
name
ServerHistory
Hierarchy
ServerHistory
Implements
History
Index
Constructors
constructor
Properties
_index
_states
location
scroll
Restoration
Accessors
index
length
state
Methods
back
forward
go
push
State
replace
State
Constructors
constructor
new
Server
History
(
location
:
Location
)
:
ServerHistory
Parameters
location:
Location
Returns
ServerHistory
Properties
Private
_index
_index
:
number
= 0
Private
_states
_states
:
{
state
:
any
;
url
:
string
}
[]
Private
location
location
:
Location
scroll
Restoration
scroll
Restoration
:
ScrollRestoration
= "auto"
Accessors
Private
index
get
index
(
)
:
number
set
index
(
value
:
number
)
:
void
Returns
number
Parameters
value:
number
Returns
void
length
get
length
(
)
:
number
Returns
number
state
get
state
(
)
:
any
Returns
any
Methods
back
back
(
)
:
void
Returns
void
forward
forward
(
)
:
void
Returns
void
go
go
(
quanity
?:
number
)
:
void
Parameters
Default value
quanity:
number
= 0
Returns
void
push
State
push
State
(
state
:
any
, _
:
string
|
null
, url
:
string
)
:
void
Parameters
state:
any
_:
string
|
null
url:
string
Returns
void
replace
State
replace
State
(
state
:
any
, _
:
string
|
null
, url
:
string
)
:
void
Parameters
state:
any
_:
string
|
null
url:
string
Returns
void
Typed
Introduction
Community
Code of
Conduct
Globals
history
history
Server
History
constructor
_index
_states
location
scroll
Restoration
index
length
state
back
forward
go
push
State
replace
State
Server
Location
History
Env
Parsed
Href
Path
is
Path
path
Join
create
History
Env
create
Server
History
Env
parse
Href
parse
Queries
push
Path
push
State
replace
Path
replace
State
scope
History
Env
wrap
InSubscription
Generated using
TypeDoc
An implementation of the
History
interface.ServerHistory