Methodinterface
An interop method
Properties (9)
| 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. |
| flags⚓︎ | { [key: string]: any } | x | Optional flags attached to the method |
|
| name⚓︎ | string | x | The name of the method. Must be unique. |
|
| objectTypes⚓︎ | string[] | x | The entities this method is meant to work with. |
|
| returns⚓︎ | string | x | x | Signature describing the properties of the object the method returns. |
| supportsStreaming⚓︎ | boolean | x | If |
|
| version⚓︎ | number | x | x | Method version. |