VariableLibraryAPI interface
Methods
| open |
Opens the variable picker dialog with the specified configuration. |
| resolve |
Resolves variable references to their values. |
Method Details
openVariablePickerDialog(VariablePickerConfig)
Opens the variable picker dialog with the specified configuration.
function openVariablePickerDialog(config: VariablePickerConfig): Promise<OpenVariablePickerDialogResult>
Parameters
- config
- VariablePickerConfig
The variable picker configuration
Returns
Promise<OpenVariablePickerDialogResult>
resolveVariableReferences(ResolveVariableReferencesRequest)
Resolves variable references to their values.
function resolveVariableReferences(request: ResolveVariableReferencesRequest): Promise<ResolveVariableReferencesResponse>
Parameters
- request
- ResolveVariableReferencesRequest
The resolve variable references request
Returns
Promise<ResolveVariableReferencesResponse>