Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.08 KB

UIControlBar.md

File metadata and controls

33 lines (24 loc) · 1.08 KB

UIControlBar

Kind: global class

new UIControlBar()

Import from Github repo

// importing into an ES6 class
import { UIControlBar } from 'ad-video'


UIControlBar.constant : boolean

A Boolean to toggle if the controlBar will disappear after a timeout, defaults to false.

Kind: static constant of UIControlBar

UIControlBar.showOnPoster : boolean

A Boolean to toggle if the controlBar will show before or after the video has played, defaults to false.

Kind: static constant of UIControlBar