Skip to main content

Settings for assigning an Interop method to an alert action button.

Properties (3)

Property Type Default Required Description
arguments⚓︎ any x x

Arguments for the Interop method invocation.

method⚓︎ string x

Name of the Interop method.

target⚓︎ "best" | "all" | string "best" x

Specifies which Interop servers (app instances that have registered this Interop method) to target when invoking the Interop method. You can target all app instances that have registered the method ("all"), only the first one that has registered it ("best"), or you can provide the Interop instance ID of the app you want to target.