Component interface
Component of a firmware.
Properties
| component |
ID for the component. |
| component |
Name for the component. |
| is |
Flag if new update is available for the component. |
| license | License for the component. |
| paths | Paths of the component. |
| release |
Release date for the component. |
| version | Version for the component. |
Property Details
componentId
ID for the component.
componentId?: string
Property Value
string
componentName
Name for the component.
componentName?: string
Property Value
string
isUpdateAvailable
Flag if new update is available for the component.
isUpdateAvailable?: string
Property Value
string
license
License for the component.
license?: string
Property Value
string
paths
Paths of the component.
paths?: string[]
Property Value
string[]
releaseDate
Release date for the component.
releaseDate?: Date
Property Value
Date
version
Version for the component.
version?: string
Property Value
string