Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
booploops committed Feb 4, 2025
1 parent ceae281 commit 6299e96
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/api/ciderapi-types/CiderPluginSystem.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ declare namespace __PLUGINSYS__ {
removeLayout(layout: import("../ImmersiveLayout.ts").CustomImmersiveLayout): void
layouts: import("../ImmersiveLayout.ts").CustomImmersiveLayout[]
},
ImmersiveBackgrounds: {
addBackground(background: import("../ImmersiveBackground").CustomImmersiveBackground): void
removeBackground(background: import("../ImmersiveBackground.ts").CustomImmersiveBackground): void
backgrounds: import("../ImmersiveBackground.ts").CustomImmersiveBackground[]
},
MediaItemContextMenu: {
addMenuItem(item: import("../MenuEntry").MenuItem): import("../MenuEntry").MenuItem
removeMenuItem(item: import("../MenuEntry").MenuItem): void
Expand Down

0 comments on commit 6299e96

Please sign in to comment.