Interface PlaylistUiIntegration

interface PlaylistUiIntegration {
    togglePlaylistSidebar(): void;
}

Methods

  • Returns void