WidgetDrawerType

Definition

export enum WidgetDrawerType {
    Widgets = 'widgets',
    UIs = 'uis'
}

Usage

import { WidgetDrawerType } from 'uxp/components';

Last updated