Flarum (v2.0.0-beta.2)
Preparing search index...
flarum
common/IHistory
IHistory
Interface IHistory
interface
IHistory
{
back
()
:
void
;
backUrl
()
:
string
;
canGoBack
()
:
boolean
;
getCurrent
()
:
HistoryEntry
|
null
;
getPrevious
()
:
HistoryEntry
|
null
;
home
()
:
void
;
push
(
name
:
string
,
title
:
string
,
url
:
string
)
:
void
;
}
Implemented by
History
Index
Methods
back
back
Url
can
Go
Back
get
Current
get
Previous
home
push
Methods
back
back
()
:
void
Returns
void
back
Url
backUrl
()
:
string
Returns
string
can
Go
Back
canGoBack
()
:
boolean
Returns
boolean
get
Current
getCurrent
()
:
HistoryEntry
|
null
Returns
HistoryEntry
|
null
get
Previous
getPrevious
()
:
HistoryEntry
|
null
Returns
HistoryEntry
|
null
home
home
()
:
void
Returns
void
push
push
(
name
:
string
,
title
:
string
,
url
:
string
)
:
void
Parameters
name
:
string
title
:
string
url
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
back
back
Url
can
Go
Back
get
Current
get
Previous
home
push
Flarum (v2.0.0-beta.2)
Loading...