Preparing search index...
@universe-dg/sdk
Universe
Platform
Router
History
Interface History
Public
interface
History
{
action
:
Action
;
length
:
number
;
location
:
Location
;
block
(
prompt
?:
|
string
|
boolean
|
(
(
location
:
Location
,
action
:
Action
)
=>
string
|
false
|
void
)
,
)
:
()
=>
void
;
createHref
(
location
:
Universe
.
Platform
.
Router
.
LocationDescriptorObject
,
)
:
string
;
go
(
n
:
number
)
:
void
;
goBack
()
:
void
;
goForward
()
:
void
;
listen
(
listener
:
(
location
:
Location
,
action
:
Action
)
=>
void
)
:
()
=>
void
;
push
(
location
:
LocationDescriptor
<
unknown
>
,
state
?:
unknown
)
:
void
;
replace
(
location
:
LocationDescriptor
<
unknown
>
,
state
?:
unknown
)
:
void
;
}
Index
Properties
action
length
location
Methods
block
create
Href
go
go
Back
go
Forward
listen
push
replace
Properties
action
action
:
Action
length
length
:
number
location
location
:
Location
Methods
block
block
(
prompt
?:
|
string
|
boolean
|
(
(
location
:
Location
,
action
:
Action
)
=>
string
|
false
|
void
)
,
)
:
()
=>
void
Parameters
Optional
prompt
:
|
string
|
boolean
|
(
(
location
:
Location
,
action
:
Action
)
=>
string
|
false
|
void
)
Returns
()
=>
void
create
Href
createHref
(
location
:
Universe
.
Platform
.
Router
.
LocationDescriptorObject
)
:
string
Parameters
location
:
Universe
.
Platform
.
Router
.
LocationDescriptorObject
Returns
string
go
go
(
n
:
number
)
:
void
Parameters
n
:
number
Returns
void
go
Back
goBack
()
:
void
Returns
void
go
Forward
goForward
()
:
void
Returns
void
listen
listen
(
listener
:
(
location
:
Location
,
action
:
Action
)
=>
void
)
:
()
=>
void
Parameters
listener
:
(
location
:
Location
,
action
:
Action
)
=>
void
Returns
()
=>
void
push
push
(
location
:
LocationDescriptor
<
unknown
>
,
state
?:
unknown
)
:
void
Parameters
location
:
LocationDescriptor
<
unknown
>
Optional
state
:
unknown
Returns
void
replace
replace
(
location
:
LocationDescriptor
<
unknown
>
,
state
?:
unknown
)
:
void
Parameters
location
:
LocationDescriptor
<
unknown
>
Optional
state
:
unknown
Returns
void
On This Page
Properties
action
length
location
Methods
block
create
Href
go
go
Back
go
Forward
listen
push
replace
Юниверс DG SDK UI
Loading...
Public