Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PlayerComponent

Player Component

description

List of methods to be integrated on most of the player's elements.

interface

PlayerComponent

export

Hierarchy

  • PlayerComponent

Implemented by

Index

Methods

Methods

create

  • create(): void
  • Create HTML and insert it into OpenPlayer's DOM.

    This method must include its events setup.

    memberof

    PlayerComponent

    Returns void

destroy

  • destroy(): void
  • Remove HTML associated to specific OpenPlayer's element.

    This method must include the removal of its previously set events.

    memberof

    PlayerComponent

    Returns void

Generated using TypeDoc