bitmovin-player-ui
    Preparing search index...

    Interface ListItem

    A map of items (key/value -> label} for a ListSelector in a ListSelectorConfig.

    interface ListItem {
        ariaLabel?: string;
        key: string;
        label: LocalizableText;
        sortedInsert?: boolean;
    }
    Index

    Properties

    ariaLabel?: string
    key: string
    sortedInsert?: boolean