VersionSpec interface

The version properties.

Properties

componentVersions

The component version property.

displayName

The display name

friendlyName

The friendly name

isDefault

Whether or not the version is the default version.

Property Details

componentVersions

The component version property.

componentVersions?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

displayName

The display name

displayName?: string

Property Value

string

friendlyName

The friendly name

friendlyName?: string

Property Value

string

isDefault

Whether or not the version is the default version.

isDefault?: boolean

Property Value

boolean