@theoplayer/web-ui
    Preparing search index...

    Class TextTrackStyleDisplay

    A control that displays the value of a single text track style option in a human-readable format.

    <theoplayer-text-track-style-display>

    property - The property name of the text track style option. One of TextTrackStyleOption.

    Hierarchy

    Index

    Other

    rendering

    • Invoked on each update to perform rendering tasks. This method may return any value renderable by lit-html's ChildPart - typically a TemplateResult. Setting properties inside this method will not trigger the element to update.

      Returns HTMLTemplateResult