Gleanex.Indexing.PropertyDefinition (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a PropertyDefinition

Summary

Types

t()

@type t() :: %Gleanex.Indexing.PropertyDefinition{
  displayLabel: String.t() | nil,
  displayLabelPlural: String.t() | nil,
  group: String.t() | nil,
  hideUiFacet: boolean() | nil,
  name: String.t() | nil,
  propertyType: String.t() | nil,
  skipIndexing: boolean() | nil,
  uiFacetOrder: integer() | nil,
  uiOptions: String.t() | nil
}