Skip to main content
Module

x/denops_core/options.ts>DenopsOptions

🪐 Core module of denops.vim
Go to Latest
interface DenopsOptions
import { type DenopsOptions } from "https://deno.land/x/denops_core@v6.0.4/options.ts";

Denops option object that is passed as a second argument of main function.

Methods

interrupted(unnamed 0?: { signal?: AbortSignal; }): Promise<void>

Return a promise that resolves when the denops#interrupt() function is called.

If signal is given, the promise will be rejected when the signal is aborted.