Skip to main content
Module

x/youtubei/deno.ts>YTNodes.ClipCreation

A wrapper around YouTube's internal API — reverse engineering InnerTube
Very Popular
Go to Latest
class YTNodes.ClipCreation
extends YTNode
import { YTNodes } from "https://deno.land/x/youtubei@v9.3.0-deno/deno.ts";
const { ClipCreation } = YTNodes;

Constructors

new
ClipCreation(data: RawNode)

Properties

ad_state_overlay: ClipAdState | null
cancel_button: Button | null
display_name: Text
external_video_id: string
publicity_label: string
publicity_label_icon: string
save_button: Button | null
scrubber: ClipCreationScrubber | null
title_input: ClipCreationTextInput | null
user_avatar: Thumbnail[]

Static Properties

type: string