Skip to content

TDropdownDirection object

The TDropdownDirection object is used in dropdowns to declare the position of the dropdown relatively to the trigger component.

type TDropdownDirection =
    `top-left` |
    `top-center` |
    `top-right` |
    `bottom-left` |
    `bottom-center` |
    `bottom-right`

Webcomponents reference