ComponentSetup interface

The custom setup of installing 3rd party components.

Extends

Properties

componentName

The name of the 3rd party component.

licenseKey

The license key to activate the component.

type

The type of custom setup.

Property Details

componentName

The name of the 3rd party component.

componentName: string

Property Value

string

licenseKey

The license key to activate the component.

licenseKey?: SecretBaseUnion

Property Value

type

The type of custom setup.

type: "ComponentSetup"

Property Value

"ComponentSetup"