@nativescript-community/ui-popover
Version:
Popover plugn
8 lines (7 loc) • 356 B
TypeScript
import { View } from '@nativescript/core';
import { PopoverOptions } from '.';
export * from './index.common';
export declare function showPopover(view: View, { anchor, vertPos, horizPos, x, y, fitInScreen, onDismiss, outsideTouchable, focusable }: PopoverOptions): {
android: globalAndroid.widget.PopupWindow;
close: (r: any) => Promise<void>;
};