Skip to main content
Module

x/denops_std/popup/types.ts>Anchor

📚 Standard module for denops.vim
Latest
type alias Anchor
import { type Anchor } from "https://deno.land/x/denops_std@v6.5.1/popup/types.ts";

Corner of the popup to place at (row,col):

  • "NW" northwest (top left)
  • "NE" northeast (top right)
  • "SW" southwest (bottom left)
  • "SE" southeast (bottom right)
definition:
| "NW"
| "NE"
| "SW"
| "SE"