Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DestinyItemSetBlockDefinition

Primarily for Quests, this is the definition of properties related to the item if it is a quest and its various quest steps.

Hierarchy

  • DestinyItemSetBlockDefinition

Index

Properties

itemList

A collection of hashes of set items, for items such as Quest Metadata items that possess this data.

requireOrderedSetItemAdd

requireOrderedSetItemAdd: boolean

If true, items in the set can only be added in increasing order, and adding an item will remove any previous item. For Quests, this is by necessity true. Only one quest step is present at a time, and previous steps are removed as you advance in the quest.

setIsFeatured

setIsFeatured: boolean

If true, the UI should treat this quest as "featured"

setType

setType: string

A string identifier we can use to attempt to identify the category of the Quest.