package dap

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Variable_presentation_hint.KindSource

Sourcetype t =
  1. | Property
  2. | Method
  3. | Class
  4. | Data
  5. | Event
  6. | Base_class
  7. | Inner_class
  8. | Interface
  9. | Most_derived_class
  10. | Virtual
  11. | Data_breakpoint
  12. | Custom of string

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

include JSONABLE with type t := t
Sourceval to_yojson : t -> Yojson.Safe.t
OCaml

Innovation. Community. Security.