Interface IPaneviewReactProps

interface IPaneviewReactProps {
    components: Record<string, FunctionComponent<IPaneviewPanelProps<any>>>;
    headerComponents?: Record<string, FunctionComponent<IPaneviewPanelProps<any>>>;
    onReady: ((event) => void);
    onDidDrop?(event): void;
}

Hierarchy (view full)

Properties

components: Record<string, FunctionComponent<IPaneviewPanelProps<any>>>
headerComponents?: Record<string, FunctionComponent<IPaneviewPanelProps<any>>>
onReady: ((event) => void)

Type declaration

Methods

Generated using TypeDoc