Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

YoutubeListNode

import type { YoutubeListNode } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/main/mod.ts";

Youtube List埋め込み

interface YoutubeListNode {
href: string;
listId: string;
params: URLSearchParams;
pathType: "list";
raw: string;
type: "youtube";
}

§Properties

§
href: string
[src]
§
listId: string
[src]
§
params: URLSearchParams
[src]
§
pathType: "list"
[src]
§
raw: string
[src]
§
type: "youtube"
[src]