Type Alias AppItemParams

AppItemParams: ItemParams & {
    appName: string;
    keepTerm?: boolean;
}

Type declaration

  • appName: string

    The name of the app that will be launched when the item is selected. This name must math the name of the app in the ExtensionModule.apps object.

  • OptionalkeepTerm?: boolean

    An option to keep the term in the input field after the app is launched.