vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface OmniScriptLwcDeployOptions

    interface OmniScriptLwcDeployOptions {
        apiVersion?: string;
        toolingApi?: boolean;
        toolingApiTimeout?: number;
        useStandardRuntime?: boolean;
    }

    Hierarchy (View Summary)

    Index

    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.

    120000
    
    useStandardRuntime?: boolean

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