Module Variable_presentation_hint.Kind

type t =
| Property
| Method
| Class
| Data
| Event
| Base_class
| Inner_class
| Interface
| Most_derived_class
| Virtual
| Data_breakpoint
| Custom of string

The kind of variable. Before introducing additional values, try to use the listed values.

include JSONABLE with type t := t
type t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val to_yojson : t -> Yojson.Safe.t