Type Alias PanelInstancePath

PanelInstancePath: {
    id: string;
    props?: object;
    screen?: string;
}

A path specifying panel id, screen id, and any props for that panel screen. Used when opening a panel through $iApi.panel.open(...).