SlideInPanelHandlers

External handlers exposed via ref

Definition

export interface SlideInPanelHandlers {
    /**
     * Programmatically close the panel
     */
    close: () => void;
}

Usage

import { SlideInPanelHandlers } from 'uxp/components';

Last updated