UISpec: {
    componentName: string;
    queryParams?: {
        [key: string]: string;
    };
    uiEntrypoint: string;
}

Specifies a piece of UI that can be shown in a tab, pane, dialog, etc.

Type declaration

  • componentName: string

    The name of the component that contains the UI.

  • OptionalqueryParams?: {
        [key: string]: string;
    }

    An optional set of query string parameters to pass when opening the UI.

    • [key: string]: string
  • uiEntrypoint: string

    The UI entry point name to look up in the component manifest.