UNPKG

@np-dev/youtubei-js

Version:

A wrapper around YouTube's private API. Supports YouTube, YouTube Music, YouTube Kids and YouTube Studio (WIP).

12 lines 466 B
import Text from './misc/Text.js'; import { YTNode } from '../helpers.js'; class MusicResponsiveListItemFlexColumn extends YTNode { constructor(data) { super(); this.title = new Text(data.text); this.display_priority = data.displayPriority; } } MusicResponsiveListItemFlexColumn.type = 'MusicResponsiveListItemFlexColumn'; export default MusicResponsiveListItemFlexColumn; //# sourceMappingURL=MusicResponsiveListItemFlexColumn.js.map