Skip to main content
Version: 8.9

Type Alias: VariableSearchResult

type VariableSearchResult = VariableResultBase & object;

Variable search response item.

Type Declaration

isTruncated

isTruncated: boolean;

Whether the value is truncated or not.

value

value: string;

Value of this variable. Can be truncated.