---
title: Slideshow
framework: tvmljs
role: symbol
role_heading: Class
path: tvmljs/slideshow
---

# Slideshow

An object used to display images on Apple TV in a slideshow format.

## Declaration

```data
interface Slideshow
```

## Overview

Overview There is no constructor for the Slideshow class. Use the start method to create and begin a new slideshow.

## Topics

### Creating and Modifying a Slideshow

- [append](tvmljs/slideshow/1657228-append.md)
- [dismiss](tvmljs/slideshow/1657241-dismiss.md)
- [start](tvmljs/slideshow/1657265-start.md)

## See Also

### Media Playback

- [Playing Media in a Client-Server App](tvmljs/playing_media_in_a_client-server_app.md)
- [Player](tvmljs/player.md)
- [Playlist](tvmljs/playlist.md)
- [MediaItem](tvmljs/mediaitem.md)
- [Browser](tvmljs/browser.md)
