Module Linol_lwt.DocumentLink

type t = {
  1. data : Linol_lsp.Import.Json.t option;
  2. range : Linol_lsp__Types.Range.t;
  3. target : Linol_lsp.Uri0.t option;
  4. tooltip : string option;
}
val create : ?data:Linol_lsp.Import.Json.t -> range:Linol_lsp__Types.Range.t -> ?target:Linol_lsp.Uri0.t -> ?tooltip:string -> unit -> t
include Linol_lsp.Import.Json.Jsonable.S with type t := t
val t_of_yojson : Yojson.Safe.t -> t
val yojson_of_t : t -> Yojson.Safe.t