mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
WIP plugins: hook on client side
This commit is contained in:
parent
2c0539420d
commit
18a6f04c07
11 changed files with 215 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
export type RegisterHookOptions = {
|
||||
export interface RegisterHookOptions {
|
||||
target: string
|
||||
handler: Function
|
||||
priority?: number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue