Skip to main content
Module

x/denops_popup/mod.ts>PopupWindowStyle

https://deno.land/x/denops_popup
Latest
type alias PopupWindowStyle
import { type PopupWindowStyle } from "https://deno.land/x/denops_popup@v2.2.0/mod.ts";

popup window style definition.

definition: { row: number; col: number; width: number; height: number; border?: boolean; topline?: number; origin?:
| "topleft"
| "topright"
| "topcenter"
| "bottomleft"
| "bottomright"
| "bottomcenter"
| "centercenter"
; }