Interface: TypedVariableItem
A single variable item from a search page (the subset the collector needs).
Properties
name
name: string;
scopeKey
scopeKey: string;
The scope key the variable is directly defined in.
value
value: string;
The variable value, serialized as JSON (the wire representation).