Skip to content

QualityScore

Panoramax.components.ui.QualityScore ⇐ lit.LitElement

Kind: static class of Panoramax.components.ui
Extends: lit.LitElement
Emits: change
Element: pnx-quality-score

new QualityScore()

Quality Score element displays the picture quality grade.

Example

<!-- Read-only -->
<pnx-quality-score grade="5" ._t=${viewer._t} />

<!-- Input -->
<pnx-quality-score grade="5" input="pnx-qs-input" @change=${() => alert('changed')} ._t=${viewer._t} />

qualityScore.properties : Object

Component properties.

Kind: instance property of QualityScore
Properties

Name Type Default Description
[grade] number | string 0 The grade (5=A, 1=E, 0=none selected), or a list of grades
[input] string false If set, score is an input and value is used as ID prefix

"change"

Event for grade change

Kind: event emitted by QualityScore