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(...).

Type declaration

  • id: string
  • Optional props?: object
  • Optional screen?: string

Generated using TypeDoc