Gleanex.Client.ReferenceRange (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a ReferenceRange

Summary

Types

t()

@type t() :: %Gleanex.Client.ReferenceRange{
  snippets: [Gleanex.Client.SearchResultSnippet.t()] | nil,
  textRange: Gleanex.Client.TextRange.t() | nil
}