Options
All
  • Public
  • Public/Protected
  • All
Menu

The Document definition for a Playlist. Defines the DataSchema and common behaviors for a Playlist which are shared between both client and server.

mixes

PlaylistData

memberof

documents

param data

Initial data from which to construct the Playlist

param context

Construction context options

Hierarchy

Index

Constructors

Properties

metadata: any = ...

Default metadata which applies to each instance of this Document type.

Methods

  • migrateData(data: any): any
  • inheritdoc

    Parameters

    • data: any

    Returns any

  • shimData(data: any, options: any): any
  • inheritdoc

    Parameters

    • data: any
    • options: any

    Returns any