Interface PanelOptions<P>

interface PanelOptions<P> {
    component: string;
    id: string;
    params?: P;
    tabComponent?: string;
    title?: string;
}

Type Parameters

Properties

component: string
id: string
params?: P
tabComponent?: string
title?: string

Generated using TypeDoc