Class MarkupContent

java.lang.Object
io.deephaven.web.shared.ide.lsp.MarkupContent
All Implemented Interfaces:
Serializable

@JsType(namespace="dh.lsp") public class MarkupContent extends Object implements Serializable
Markup content for use in IDE language tools. This is a JS-exposed model type (dh.lsp.MarkupContent) that closely follows the Language Server Protocol markup content shape.
See Also:
  • Field Details

    • kind

      public String kind
      The markup kind, for example plaintext or markdown.
    • value

      public String value
      The markup text.
  • Constructor Details

    • MarkupContent

      public MarkupContent()
  • Method Details