Edit

Share via


VariableLibraryAPI interface

Methods

openVariablePickerDialog(VariablePickerConfig)

Opens the variable picker dialog with the specified configuration.

resolveVariableReferences(ResolveVariableReferencesRequest)

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

resolveVariableReferences(ResolveVariableReferencesRequest)

Resolves variable references to their values.

function resolveVariableReferences(request: ResolveVariableReferencesRequest): Promise<ResolveVariableReferencesResponse>

Parameters

request
ResolveVariableReferencesRequest

The resolve variable references request

Returns