VersionSpec interface
The version properties.
Properties
component |
The component version property. |
display |
The display name |
friendly |
The friendly name |
is |
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