# MediaViewer Used to open media files ### Usage ```js import MediaViewer from "@appserver/common/components/MediaViewer"; ``` ```jsx ``` ### Properties | Props | Type | Required | Values | Default | Description | | -------------------- | :--------: | :------: | :----: | :-----: | ----------- | | `allowConvert` | `bool` | | | `true` | | | `visible` | `bool` | | | `false` | | | `canDelete` | `function` | | | | | | `playlist` | `array` | | | | | | `onDelete` | `function` | | | | | | `onDownload` | `function` | | | | | | `onClose` | `function` | | | | | | `extsMediaPreviewed` | `array` | | | | | | `extsImagePreviewed` | `array` | | | | |