@types/bigscreen
TypeScript icon, indicating that this package has built-in type declarations

2.0.34 • Public • Published

Installation

npm install --save @types/bigscreen

Summary

This package contains type definitions for bigscreen (http://brad.is/coding/BigScreen/).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bigscreen.

index.d.ts

export as namespace BigScreen;

export const element: Element;
export const enabled: boolean;

export function exit(): void;
export function onchange(element: Element): void;
export function onenter(element: Element): void;
export function onerror(element: Element, reason: string): void;
export function onexit(): void;
export function request(
    element: Element,
    onEnter?: (element: Element) => void,
    onExit?: () => void,
    onError?: (element: Element, reason: string) => void,
): void;
export function toggle(
    element?: Element,
    onEnter?: (element: Element) => void,
    onExit?: () => void,
    onError?: (element: Element, reason: string) => void,
): void;
export function videoEnabled(video: HTMLVideoElement): boolean;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:04 GMT
  • Dependencies: none

Credits

These definitions were written by Douglas Eichelberger.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/bigscreen

Weekly Downloads

9

Version

2.0.34

License

MIT

Unpacked Size

4.03 kB

Total Files

5

Last publish

Collaborators

  • types