DashboardFloatingActionsControls
Definition
export interface DashboardFloatingActionsControls {
/** Open the widget drawer programmatically */
openWidgetDrawer: () => void;
/** Close the widget drawer programmatically */
closeWidgetDrawer: () => void;
}Usage
import { DashboardFloatingActionsControls } from 'uxp/components';Last updated