UNPKG

@np-dev/youtubei-js

Version:

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

13 lines (12 loc) 415 B
import { YTNode } from '../../helpers.js'; import type { RawNode } from '../../index.js'; import NavigationEndpoint from '../NavigationEndpoint.js'; export default class MusicMultiSelectMenuItem extends YTNode { static type: string; title: string; form_item_entity_key: string; selected_icon_type?: string; endpoint?: NavigationEndpoint; selected: boolean; constructor(data: RawNode); }