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

    Interface OmniScriptLwcCompileOptions

    interface OmniScriptLwcCompileOptions {
        apiVersion?: string;
        useStandardRuntime?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    apiVersion?: string

    API version to use when deploying the LWC components

    useStandardRuntime?: boolean

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