SecondaryActioninterface
Describes an already registered Interop method to be assigned as a secondary action to a search result.
Properties (4)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| method⚓︎ | string | x | Name of an Interop method to assign as an action for a search result. |
|
| name⚓︎ | string | x | Name for the assigned action. May be used to differentiate between actions on the client side. |
|
| 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 |