Share via


ValidatedSolutionRecipeComponent interface

Represents component available in a validated solution recipe.

Properties

installOrder

Represents the component's install order.

metadata

Represents the component's metadata.

name

Represents the component's name.

payloads

Represents the component's payloads.

requiredVersion

Represents the component's required version.

tags

Represents the component's tags.

type

Represents the component's type.

Property Details

installOrder

Represents the component's install order.

installOrder?: number

Property Value

number

metadata

Represents the component's metadata.

metadata?: ValidatedSolutionRecipeComponentMetadata

Property Value

name

Represents the component's name.

name: string

Property Value

string

payloads

Represents the component's payloads.

payloads?: ValidatedSolutionRecipeComponentPayload[]

Property Value

requiredVersion

Represents the component's required version.

requiredVersion?: string

Property Value

string

tags

Represents the component's tags.

tags: string[]

Property Value

string[]

type

Represents the component's type.

type: string

Property Value

string