---
title: Browser
framework: tvmljs
role: symbol
role_heading: Class
path: tvmljs/browser
---

# Browser

An object used to configure and present a browsable full screen view.

## Declaration

```data
interface Browser
```

## Overview

Overview There is no constructor for this object. Configure the Browser by modifying its properties. When appropriately configured, use the present method to display a new Browser.

## Topics

### Creating a Browser

- [present](tvmljs/browser/3192100-present.md)

### Modifying a Browser

- [maskInset](tvmljs/browser/3192099-maskinset.md)
- [interitemSpacing](tvmljs/browser/3192098-interitemspacing.md)
- [cornerRadius](tvmljs/browser/3192097-cornerradius.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)
- [Slideshow](tvmljs/slideshow.md)
