DropdownPosition
Definition
export type DropdownPosition =
| 'bottom' | 'bottom-left' | 'bottom-right'
| 'top' | 'top-left' | 'top-right'
| 'right' | 'right-top' | 'right-bottom'
| 'left' | 'left-top' | 'left-bottom'
| 'top-left-corner' | 'bottom-left-corner' | 'top-right-corner' | 'bottom-right-corner';Usage
import { undefined } from 'uxp/components';Last updated