Player
Panoramax.components.ui.widgets.Player ⇐ lit.LitElement
Kind: static class of Panoramax.components.ui.widgets
Extends: lit.LitElement
Element: pnx-widget-player
- .Player ⇐
lit.LitElement- new Player()
- .properties :
Object
new Player()
Player widget shows prev/play/pause/next/more buttons in a unified toolbar.
Example
player.properties : Object
Component properties.
Kind: instance property of Player
Properties
| Name | Type | Default | Description |
|---|---|---|---|
| [playing] | boolean |
false |
Is sequence currently playing ? |
| [size] | string |
"xl" |
Group size (md, xl) |
| [more] | string |
"depends" |
Should we display the "more options" button ("always", "never", "depends" = only on large screens (default)) |