IPopoverPosition

type IPopoverPosition = "top" | "bottom" | "left" | "right";

Usage

import {IPopoverPosition} from 'uxp/components';

Last updated