Skip to main content
Module

x/ddu_vim/types.ts>DduOptions

Dark deno-powered UI framework for neovim/Vim8
Go to Latest
type alias DduOptions
import { type DduOptions } from "https://deno.land/x/ddu_vim@v1.13.0/types.ts";
definition: { actionOptions: Record<string, Partial<ActionOptions>>; columnOptions: Record<string, Partial<ColumnOptions>>; columnParams: Record<string, Partial<Record<string, unknown>>>; filterOptions: Record<string, Partial<FilterOptions>>; filterParams: Record<string, Partial<Record<string, unknown>>>; input: string; kindOptions: Record<string, Partial<KindOptions>>; kindParams: Record<string, Partial<Record<string, unknown>>>; name: string; profile: boolean; push: boolean; refresh: boolean; resume: boolean; sourceOptions: Record<SourceName, Partial<SourceOptions>>; sourceParams: Record<SourceName, Partial<Record<string, unknown>>>; sources: UserSource[]; sync: boolean; ui: string; uiOptions: Record<string, Partial<UiOptions>>; uiParams: Record<string, Partial<Record<string, unknown>>>; volatile: boolean; }