Class ProductInformation
Package: ui-framework
Constructors
ProductInformation(ProductSummaryDto)
Declaration
new ProductInformation(summary: ProductSummaryDto)
Parameters
| Type | Name | Description |
|---|---|---|
| ProductSummaryDto | summary |
Properties
customFields
Declaration
customFields: Record<string, string>
Property Value
| Type | Description |
|---|---|
| Record<string, string> |
description
Declaration
description: string
Property Value
| Type | Description |
|---|---|
| string |
id
Declaration
id: number
Property Value
| Type | Description |
|---|---|
| number |
linkId
Declaration
linkId: number
Property Value
| Type | Description |
|---|---|
| number |
name
Declaration
name: string
Property Value
| Type | Description |
|---|---|
| string |
tags
Declaration
tags?: string[] | null
Property Value
| Type | Description |
|---|---|
| string[] | null |
versionId
Declaration
versionId: number
Property Value
| Type | Description |
|---|---|
| number |