Module DebugProtocol.VariablePresentationHint
type kind =
| Property
| Method
| Class
| Data
| Event
| BaseClass
| InnerClass
| Interface
| MostDerivedClass
| Virtual
| DataBreakpoint
| Other of string
val kind_of_js : Ojs.t -> kind
val kind_to_js : kind -> Ojs.t
type attribute =
| Static
| Constant
| ReadOnly
| RawString
| HasObjectId
| CanHaveObjectId
| HasSideEffects
| HasDataBreakpoint
| Other of string
type visibility =
| Public
| Private
| Protected
| Internal
| Final
| Other of string