UNPKG

@playkit-js/playkit-js-ui

Version:

[![Build Status](https://github.com/kaltura/playkit-js-ui/actions/workflows/run_canary_full_flow.yaml/badge.svg)](https://github.com/kaltura/playkit-js-ui/actions/workflows/run_canary_full_flow.yaml) [![code style: prettier](https://img.shields.io/badge/c

25 lines (23 loc) 627 B
// @flow import {loggerType} from '../../src/utils/logger'; declare type UIOptionsObject = { targetId: string, debugActions?: boolean, forceTouchUI?: boolean, showCCButton?: boolean, settings?: { showAudioMenu?: boolean, showCaptionsMenu?: boolean, showQualityMenu?: boolean, showSpeedMenu?: boolean, showAdvancedAudioDescToggle?: boolean, showAdvancedCaptionsMenu?: boolean }, hoverTimeout?: number, logger?: loggerType, components?: ComponentsConfig, uiComponents?: Array<KPUIComponent>, translations?: {[langKey: string]: Object}, locale?: string; userTheme?: UserTheme };