@aurigma/ui-framework
Version:
A platform which allows building print product personalization editors based on Aurigma's Customer's Canvas.
102 lines (56 loc) • 1.87 kB
Markdown
# Class: ProductInformationOption
## Hierarchy
* **ProductInformationOption**
↳ [IOption](../interfaces/ioption.md)
## Index
### Constructors
* [constructor](productinformationoption.md#constructor)
### Properties
* [appearanceDataItems](productinformationoption.md#optional-appearancedataitems)
* [description](productinformationoption.md#optional-description)
* [id](productinformationoption.md#id)
* [image](productinformationoption.md#optional-image)
* [isMultiSelect](productinformationoption.md#ismultiselect)
* [name](productinformationoption.md#name)
* [selected](productinformationoption.md#selected)
* [tooltip](productinformationoption.md#optional-tooltip)
* [type](productinformationoption.md#optional-type)
* [values](productinformationoption.md#values)
## Constructors
### constructor
\+ **new ProductInformationOption**(`dtoOption?`: ProductSummaryOptionDto): *[ProductInformationOption](productinformationoption.md)*
**Parameters:**
Name | Type |
------ | ------ |
`dtoOption?` | ProductSummaryOptionDto |
**Returns:** *[ProductInformationOption](productinformationoption.md)*
## Properties
### `Optional` appearanceDataItems
• **appearanceDataItems**? : *AppearanceDataItemDto[] | null*
___
### `Optional` description
• **description**? : *string | null*
___
### id
• **id**: *number*
___
### `Optional` image
• **image**? : *ImageInfo*
___
### isMultiSelect
• **isMultiSelect**: *boolean*
___
### name
• **name**: *string*
___
### selected
• **selected**: *[ProductInformationOptionValue](productinformationoptionvalue.md)[]* = []
___
### `Optional` tooltip
• **tooltip**? : *string | null*
___
### `Optional` type
• **type**? : *[IMetadataType](../README.md#imetadatatype)*
___
### values
• **values**: *[ProductInformationOptionValue](productinformationoptionvalue.md)[]* = []