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

Candidate

import type { Candidate } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.3/userscript.ts";

入力補完に使われる辞書

interface Candidate extends Pick<BasePage, "id" | "title" | "updated"> {
exists: boolean;
hasIcon?: boolean;
titleLc: StringLc;
titleLengthForSort: number;
}

§Extends

§
Pick<BasePage, "id" | "title" | "updated">
[src]

§Properties

§
exists: boolean
[src]

true when the page has contents

§
hasIcon?: boolean
[src]

whether the page contains any image

§
titleLc: StringLc
[src]

lower case style of the page title

§
titleLengthForSort: number
[src]

the length of title