Edit

Share via


VariableReferenceResolutionResult interface

Resolution result for a single variable reference

Properties

referenceString

The variable reference string

status

The resolution status for the variable

type

The variable value type. Omitted if the reference is invalid or could not be resolved

value

The variable value. Omitted if the reference is invalid or could not be resolved

variableLibraryObjectId

The objectId of the Variable Library item the variable belongs to. Omitted if the reference is invalid or could not be resolved

variableName

The variable name. Omitted if the reference is invalid or could not be resolved

Property Details

referenceString

The variable reference string

referenceString: string

Property Value

string

status

The resolution status for the variable

status: VariableReferenceResolutionStatus

Property Value

type

The variable value type. Omitted if the reference is invalid or could not be resolved

type?: string

Property Value

string

value

The variable value. Omitted if the reference is invalid or could not be resolved

value?: unknown

Property Value

unknown

variableLibraryObjectId

The objectId of the Variable Library item the variable belongs to. Omitted if the reference is invalid or could not be resolved

variableLibraryObjectId?: string

Property Value

string

variableName

The variable name. Omitted if the reference is invalid or could not be resolved

variableName?: string

Property Value

string