Interface OmniScriptLwcDeployOptions

Hierarchy

Properties

apiVersion?: string

API version to use when deploying the LWC components

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.

Default

120000
useStandardRuntime?: boolean

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