Skip to main content
Module

x/denops_std/option/types.ts>GlobalOrLocalOption

📚 Standard module for denops.vim
Go to Latest
type alias GlobalOrLocalOption
import { type GlobalOrLocalOption } from "https://deno.land/x/denops_std@v6.4.0/option/types.ts";

A global or local option that can be retrieved and modified.

Type Parameters

T

The type of the option value.

definition: GlobalOption<T> & LocalOption<T>