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

PageSummary

import type { PageSummary } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.1.2/mod.ts";

summary of page information

interface PageSummary extends PageBase {
commitId: CommitId;
created: number;
linked: number;
pageRank: number;
pin: 0 | 1;
snapshotCreated: number | null;
views: number;
}

§Extends

§Properties

§
commitId: CommitId
[src]

最新の編集コミットid

§
created: number
[src]

ページの作成日時

§
linked: number
[src]

おそらく被リンク数

§
pageRank: number
[src]

page rank

§
pin: 0 | 1
[src]

ピン留めされていたら1, されていなかったら0

§
snapshotCreated: number | null
[src]

Page historyの最終生成日時

§
views: number
[src]

ページの閲覧回数