SlideInPanelHandlers
Definition
export interface SlideInPanelHandlers {
/**
* Programmatically close the panel
*/
close: () => void;
}Usage
import { SlideInPanelHandlers } from 'uxp/components';Last updated
export interface SlideInPanelHandlers {
/**
* Programmatically close the panel
*/
close: () => void;
}import { SlideInPanelHandlers } from 'uxp/components';Last updated