Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DestinyEntitySearchResultItem

An individual Destiny Entity returned from the entity search.

Hierarchy

  • DestinyEntitySearchResultItem

Index

Properties

displayProperties

Basic display properties on the entity, so you don't have to look up the definition to show basic results for the item.

entityType

entityType: string

The type of entity, returned as a string matching the DestinyDefinition's contract class name. You'll have to have your own mapping from class names to actually looking up those definitions in the manifest databases.

hash

hash: number

The hash identifier of the entity. You will use this to look up the DestinyDefinition relevant for the entity found.

weight

weight: number

The ranking value for sorting that we calculated using our relevance formula. This will hopefully get better with time and iteration.