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

Project

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

window.scrapboxに露出しているProjectの型

interface Project {
get name(): string;
get pages(): Candidate[];
}

§Methods

§
get name(): string
[src]

get the current project name

§
get pages(): Candidate[]
[src]

get the dictionary used for comupletion