Share via


Component interface

Component of a firmware.

Properties

componentId

ID for the component.

componentName

Name for the component.

isUpdateAvailable

Flag if new update is available for the component.

license

License for the component.

paths

Paths of the component.

releaseDate

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