MethodFilterinterface
An object describing a filter matching one or more Interop methods.
Properties (6)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| accepts⚓︎ | string | x | x | Signature describing the parameters that the method expects. |
| description⚓︎ | string | x | x | Description of what the method does. Useful for documentation purposes and for UI clients. |
| displayName⚓︎ | string | x | x | The actual name of the method, used in UI applications. |
| name⚓︎ | string | x | x | The name of the method. Must be unique. |
| objectTypes⚓︎ | string[] | x | x | The entities this method is meant to work with. |
| returns⚓︎ | string | x | x | Signature describing the properties of the object the method returns. |