Plumile JS API
Preparing search index...
router/src
DevtoolsBridge
Type Alias DevtoolsBridge
type
DevtoolsBridge
=
{
getEntry
:
()
=>
RouterEntrySnapshot
|
null
;
getEvents
:
()
=>
RouterEvent
[]
;
historyLimit
:
number
;
subscribeEntries
:
(
callback
:
(
entry
:
RouterEntrySnapshot
)
=>
void
,
)
=>
()
=>
void
;
subscribeEvents
:
(
callback
:
(
event
:
RouterEvent
)
=>
void
)
=>
()
=>
void
;
}
Index
Properties
get
Entry
get
Events
history
Limit
subscribe
Entries
subscribe
Events
Properties
get
Entry
getEntry
:
()
=>
RouterEntrySnapshot
|
null
get
Events
getEvents
:
()
=>
RouterEvent
[]
history
Limit
historyLimit
:
number
subscribe
Entries
subscribeEntries
:
(
callback
:
(
entry
:
RouterEntrySnapshot
)
=>
void
)
=>
()
=>
void
subscribe
Events
subscribeEvents
:
(
callback
:
(
event
:
RouterEvent
)
=>
void
)
=>
()
=>
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
Entry
get
Events
history
Limit
subscribe
Entries
subscribe
Events
Plumile JS API
Loading...