ComponentSetup interface
The custom setup of installing 3rd party components.
- Extends
Properties
component |
The name of the 3rd party component. |
license |
The license key to activate the component. |
type | Polymorphic discriminator, which specifies the different types this object can be |
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
Polymorphic discriminator, which specifies the different types this object can be
type: "ComponentSetup"
Property Value
"ComponentSetup"