ElementMethodParameter
A parameter declared on a connector method (path, query, body, header, value).
Indexable
[key: string]: unknown
Open-ended additional fields the API may ship per connector.
Properties
| Property |
Type |
Description |
curated? |
boolean |
Whether this parameter participates in curated UX. |
dataType? |
string |
Parameter primitive type (string, integer, ...). |
defaultValue? |
unknown |
Default value if any. |
description? |
string |
Free-form description. |
design? |
Record<string, unknown> |
Design-time UX hints. |
displayName? |
string |
Caller-facing display name. |
name |
string |
Parameter name (e.g. folderKey, limit). |
reference? |
Record<string, unknown> |
Cross-object reference (lookup hints). |
required? |
boolean |
Whether the parameter is required. |
sortOrder? |
number |
Sort order in UX panels. |
type |
string |
Where the parameter is sent. |