WidgetDrawerProps
Definition
export interface WidgetDrawerProps {
show: boolean
onClose: () => void
widgets: IWidgetInstance[]
layouts: ResponsiveLayouts
onChange: (event: WidgetDrawerChangeEvent) => boolean | Promise<boolean>
isBounded?: boolean
maxColumns?: number
config?: WidgetDrawerConfig
}Usage
import { WidgetDrawerProps } from 'uxp/components';Related Types
Last updated