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

36 lines
573 B
Plaintext
Raw Normal View History

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