mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Add setting helper to client plugins
This commit is contained in:
parent
a1758df8a3
commit
23bdacf8ec
8 changed files with 74 additions and 35 deletions
|
@ -49,7 +49,10 @@ export const clientActionHookObject = {
|
|||
'action:video-watch.video.loaded': true,
|
||||
|
||||
// Fired when the search page is being initialized
|
||||
'action:search.init': true
|
||||
'action:search.init': true,
|
||||
|
||||
// Fired every time Angular URL changes
|
||||
'action:router.navigation-end': true
|
||||
}
|
||||
|
||||
export type ClientActionHookName = keyof typeof clientActionHookObject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue