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

SpotifyNode

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

Spotify埋め込み

interface SpotifyNode {
href: string;
pathType:
| "track"
| "artist"
| "playlist"
| "album"
| "episode"
| "show";
raw: string;
type: "spotify";
videoId: string;
}

§Properties

§
href: string
[src]
§
pathType: "track" | "artist" | "playlist" | "album" | "episode" | "show"
[src]
§
raw: string
[src]
§
type: "spotify"
[src]
§
videoId: string
[src]