Provides struct and type for a PropertyDefinition
Summary
Types
@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 }