]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-main/buttons/action-dropdown.component.ts
Improve moderation dropdown UX
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / buttons / action-dropdown.component.ts
index 36d7d6229e45687ecbaa872b0762d896886aa5ee..67ac6e1aa8b571115cd9fe9da3c9f104494d1a13 100644 (file)
@@ -9,6 +9,8 @@ export type DropdownAction<T> = {
   handler?: (a: T) => any
   linkBuilder?: (a: T) => (string | number)[]
   isDisplayed?: (a: T) => boolean
+
+  class?: string[]
   isHeader?: boolean
 }