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

Page

import type { Page } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.10/deps/scrapbox-rest.ts";

page information

interface Page extends BasePage {
collaborators: User[];
files: string[];
icons: string[];
lastAccessed: UnixTime | null;
lines: BaseLine[];
links: string[];
persistent: boolean;
projectLinks: string[];
relatedPages: RelatedPages;
snapshotCount: number;
user: User;
}

§Extends

§
BasePage
[src]

§Properties

§
collaborators: User[]
[src]

ページを編集したユーザーのうち、user以外の人

§
files: string[]
[src]

ページ内に含まれる、scrapbox.ioにアップロードしたファイルへのリンク

§
icons: string[]
[src]

ページ内のアイコン

§
lastAccessed: UnixTime | null
[src]

APIを叩いたuserの最終アクセス日時。

おそらくこの値を元にテロメアの未読/既読の判別をしている

§
lines: BaseLine[]
[src]

ページの行情報

§
persistent: boolean
[src]

空リンクだとfalse

§
relatedPages: RelatedPages
[src]

関連ページリスト

§
snapshotCount: number
[src]

生成されたPage historyの数

§
user: User
[src]

最後にページを更新したユーザー