Hierarchy

  • FlexCardActivationOptions

Properties

skipLwcDeployment?: boolean

Skip the LWC deployment for the FlexCard and only activate the FlexCard record.

toolingApi?: boolean

When true, the LWC components will be updated an deployed using the tooling API instead of the metadata API. The benefit of this is that the LWC components will be deployed to the org without the need to deploy the entire package.

toolingApiTimeout?: number

Timeout in milliseconds for the tooling API deployment. Default is 120 seconds.

useStandardRuntime?: boolean

When set to true, the compiler will use the standard runtime for the generated LWC components