OptionaldisableIf false, will automatically initialize the workflow when the Workspace Platform is initialized. Else, will need to be initialized by calling initializeWorkflow.
OptionaldisabledIf true, will disable this workflow.
OptionalhomeConfiguration object for the HomeProvider.
Use this to configure the HomeProvider for example, adding a custom logo or name.
See HomeProvider for configuration options.
OptionalclientAPIVersion?: stringversion of client SDK, set by the API
OptionalcommandCode?: stringA keycode that can be used to interact with this Search Provider.
Optionaldescription?: stringA short description of the Search Provider.
OptionaldispatchFocusEvents?: booleanIf set, focusing on a search result will trigger onResultDispatch callback.
Optionalhidden?: booleanA flag to indicate this provider will not be displayed as a command.
Optionalicon?: stringAn icon that a UI can display for the Search Provider.
Optionalid?: stringA unique ID used to identify the search provider.
Optionalidentity?: { name?: string; uuid?: string }The OpenFin identity that registered this search provider.
Optionalname?: stringThe name of the component. Must be unique within the owning application.
Optionaluuid?: stringUniversally unique identifier of the application that owns the component.
OptionalinputLandingPlaceholder?: stringA placeholder text that would be put into the empty search field for the selected provider for home in landing mode.
OptionalinputPlaceholder?: stringThe placeholder string to be displayed in a UI when targeting this specific Search Provider.
OptionallistTitle?: stringA title to display above the result list in a UI when targeting this specific Search Provider.
OptionallogoUrl?: stringLogo to show render when targeting this specific Search Provider.
Optional ExperimentalscoreOrder?: ScoreOrderThe order to sort the score in. The default is ascending.
OptionalsubHeader?: { icon?: string; subtitle?: string; title1?: string; title2?: string }Optional subheader configuration for the home landing page.
Optionalicon?: stringURL of the icon to display in the subheader.
Optionalsubtitle?: stringSubtitle text to display in the subheader.
Optionaltitle1?: stringFirst title text to display in the subheader.
Optionaltitle2?: stringSecond title text to display in the subheader (renders on a new line).
Optionaltitle?: stringA UI friendly title for the search provider.
OptionalmicrosoftConfiguration object for the Microsoft 365 entity types to include in the search results.
Use this to enable/disable the different Microsoft 365 entity types.
See MicrosoftEntityTypeConfig for configuration options.
OptionaluseThe msteams:// deep link can be used to open a Microsoft Teams chat in the Microsoft Teams desktop application.
This requires that the user has the Microsoft Teams desktop application installed. Else the call will silently fail.
Configuration object for the Microsoft 365 Search workflow integration.
All properties are optional. If they are omitted, the default values will be used.