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

RelatedPage

import type { RelatedPage } from "https://raw.githubusercontent.com/takker99/ScrapBubble/0.4.0/deps/scrapbox.ts";

関連ページのメタデータ

interface RelatedPage extends Pick<BasePage, "id" | "title" | "image" | "descriptions" | "linked" | "updated" | "accessed"> {
linksLc: StringLc[];
titleLc: StringLc;
}

§Extends

§
Pick<BasePage, "id" | "title" | "image" | "descriptions" | "linked" | "updated" | "accessed">
[src]

§Properties

§
linksLc: StringLc[]
[src]

links1hopの場合:ページ内の全てのリンク

links2hopの場合:ページ内の全てのリンクのうち、Page.linksに含まれるリンク

§
titleLc: StringLc
[src]

page title