SlideInPanelDirection

Possible directions for the slide-in panel animation.

Definition

export type SlideInPanelDirection = 'left' | 'right' | 'top' | 'bottom';

Usage

import { undefined } from 'uxp/components';

Last updated