Class: SubsetOptions

SubsetOptions(dataopt)

Options that can be used when make a request for a subset.

Constructor

new SubsetOptions(dataopt)

Make an instance of SubsetOptions.
Parameters:
Name Type Attributes Description
data object <optional>
Raw options object.
Properties
Name Type Attributes Description
color_id number <optional>
The color of the item(This value is valid only for ItemType.Part.
box boolean <optional>
Indicates whether the set includes the original box
instruction boolean <optional>
Indicates whether the set includes the original instruction
break_minifigs boolean <optional>
Indicates whether the result breaks down minifigs as parts
break_subsets boolean <optional>
Indicates whether the result breaks down sets in set
Source:

Classes

SubsetOptions

Members

box :boolean|null

Type:
  • boolean | null
Source:

break_minifigs :boolean|null

Type:
  • boolean | null
Source:

break_subsets :boolean|null

Type:
  • boolean | null
Source:

color_id :number|null

Type:
  • number | null
Source:

instruction :boolean|null

Type:
  • boolean | null
Source: