Package version:

Interface ComponentSetup

The custom setup of installing 3rd party components.

interface ComponentSetup {
    componentName: string;
    licenseKey?: SecretBaseUnion;
    type: "ComponentSetup";
}

Hierarchy (view full)

Properties

componentName: string

The name of the 3rd party component.

licenseKey?: SecretBaseUnion

The license key to activate the component.

type

Polymorphic discriminator, which specifies the different types this object can be