VariablePickerConfig interface
Configuration settings for the variable picker dialog
Properties
| filters | Optional filters to limit the variables shown in the picker. When not provided, all variables from the specified workspace will be shown. |
| workspace |
The workspace object identifier where variables are stored |
Property Details
filters
Optional filters to limit the variables shown in the picker. When not provided, all variables from the specified workspace will be shown.
filters?: VariablePickerFilters
Property Value
workspaceObjectId
The workspace object identifier where variables are stored
workspaceObjectId: string
Property Value
string