Options
All
  • Public
  • Public/Protected
  • All
Menu

Track partial - represents an unresolved track.

Hierarchy

  • TrackPartial

Index

Constructors

Properties

Constructors

constructor

  • new TrackPartial(title: string, requester: string, author?: string, length?: number): TrackPartial
  • Create a track partial.

    Parameters

    • title: string

      The track's title.

    • requester: string

      The track's requester.

    • Optional author: string

      The track's author.

    • Optional length: number

      The track's length in milliseconds.

    Returns TrackPartial

Properties

Optional Readonly author

author: string

Optional Readonly length

length: number

Readonly requester

requester: string

Readonly title

title: string

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method

Generated using TypeDoc