mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-07 02:30:12 +00:00
removed info option from YouTubePlayerOptions (#39382)
This commit is contained in:
committed by
Wesley Wigham
parent
07bf2ebb10
commit
90feb4efa5
8
types/yt-player/index.d.ts
vendored
8
types/yt-player/index.d.ts
vendored
@@ -53,14 +53,6 @@ interface YouTubePlayerOptions {
|
||||
* from other channels
|
||||
*/
|
||||
related?: boolean;
|
||||
/**
|
||||
* This parameter indicates whether the player should display information
|
||||
* like the video title and uploader before the video starts playing. The
|
||||
* default value is true.
|
||||
* @deprecated Ignored after September 25, 2018
|
||||
* @see https://developers.google.com/youtube/player_parameters#release_notes_08_23_2018
|
||||
*/
|
||||
info?: boolean;
|
||||
/**
|
||||
* The time between onTimeupdate callbacks, in milliseconds. Default is
|
||||
* 1000.
|
||||
|
||||
Reference in New Issue
Block a user