UNPKG

@playkit-js/kaltura-player-js

Version:

[![Build Status](https://github.com/kaltura/kaltura-player-js/actions/workflows/run_canary.yaml/badge.svg)](https://github.com/kaltura/kaltura-player-js/actions/workflows/run_canary.yaml) [![code style: prettier](https://img.shields.io/badge/code_style-pr

14 lines (12 loc) 511 B
import { PKEventTypes } from '@playkit-js/playkit-js'; import { UIEventType } from '@playkit-js/playkit-js-ui'; import { CastEventType } from '../../common/cast/cast-event-type'; import { PlaylistEventType } from '../../common/playlist/playlist-event-type'; export type KPEventTypes = { Core: PKEventTypes; UI: typeof UIEventType; Cast: typeof CastEventType; Playlist: typeof PlaylistEventType; VISIBILITY_CHANGE: 'visibilitychange'; REGISTERED_PLUGINS_LIST_EVENT: 'registeredpluginslistevent'; };