Skip to main content
Module

x/denops_std/function/vim/mod.ts>prop_type_list

📚 Standard module for denops.vim
Go to Latest
function prop_type_list
import { prop_type_list } from "https://deno.land/x/denops_std@v6.4.0/function/vim/mod.ts";

Returns a list with all property type names.

{props} can contain a "bufnr" item. When it is given, use this buffer instead of the global property types.

Parameters

denops: Denops
optional
props: unknown

Returns

Promise<unknown[]>