Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PageOfSearchResults

This represents a page of AudioFiles returned from Player.searchAudioFiles. Since the search is over all the files in the available stations, each AudioFile is paired with the Station it appears in .

Hierarchy

  • PageOfSearchResults

Index

Properties

Properties

page

page: number

per_page

per_page: number

results

results: { audioFile: AudioFile; station: Station }[]

total

total: number

Generated using TypeDoc