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

ListPagesOption

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

Options for listPages()

interface ListPagesOption extends BaseOptions {
limit?: number;
skip?: number;
sort?:
| "updatedWithMe"
| "updated"
| "created"
| "accessed"
| "pageRank"
| "linked"
| "views"
| "title";
}

§Extends

§Properties

§
limit?: number
[src]

threshold of the length of page list

§
sort?: "updatedWithMe" | "updated" | "created" | "accessed" | "pageRank" | "linked" | "views" | "title"
[src]

the sort of page list to return