View source
typedef VariablePresentationHint
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Optional properties of a variable that can be used to determine how to render the variable in the UI.
Fields
optionalvisibility:Null<VariableVisibility>
Visibility of variable. Before introducing additional values, try to use the listed values.
optionalkind:Null<VariableKind>
The kind of variable. Before introducing additional values, try to use the listed values.
optionalattributes:Null<Array<VariableAttribute>>
Set of attributes represented as an array of strings. Before introducing additional values, try to use the listed values.