1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-06-21 00:29:52 +02:00
Files
OpenIntegrations/docs/en/md/Integration_proxy_methods/Argument-setting/Get-handler-arguments.mdx
Vitaly the Alpaca (bot) 8dbc00cf4d Main build (Jenkins)
2025-01-31 17:10:45 +03:00

36 lines
573 B
Plaintext
Vendored

---
sidebar_position: 2
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
# Get handler arguments
Gets the list of defined handler arguments
`Function GetHandlerArguments(Val Project, Val HandlerKey) Export`
| Parameter | CLI option | Type | Required | Description |
|-|-|-|-|-|
| Project | --proj | String | ✔ | Project filepath |
| HandlerKey | --handler | String | ✔ | Handler key |
Returns: Structure Of KeyAndValue - Handlers list
<br/>
```bsl title="1C:Enterprise/OneScript code example"
```