import * as denopsPopup from "https://deno.land/x/denops_popup@v2.2.0/mod.ts";
Functions
close | Close popup window. |
info | Return PopupWindowInfo for the specified winid. |
isPopupWindow | Return the specified winid is popup or not. |
isVisible | Return the specified winid is visible or not. |
list | Return a list of winid of all popup windows. |
move | Move popup window. |
open | Open popup window. |
Type Aliases
PopupWindowInfo | popup window information. |
PopupWindowStyle | popup window style definition. |