MainActioninterface
Describes an already registered Interop method to be assigned as a main action to a search result. This allows search clients to invoke the specified Interop method if, for example, the user clicks on the search result in a UI.
Properties (3)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| method⚓︎ | string | x | Name of an Interop method to assign as an action for a search result. |
|
| params⚓︎ | any | x | x | Arguments to be passed to the specified Interop method when a search client invokes it. |
| target⚓︎ | { instance: string } | "all" | x | x | Defines the Interop servers that will be targeted when invoking the specified method. Set to |