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

    Class OmniScriptLwcCompiler

    Compiler that transforms activated OmniScripts into LWC components that can easily be deployed or written to the disk.

    Index

    Constructors

    Properties

    compiler: OmniCompiler
    compilerApiVersion: string
    lwcCompilerResource: "OmniscriptLwcCompiler" = 'OmniscriptLwcCompiler'
    namespaceService: VlocityNamespaceService
    salesforceService: SalesforceService

    Methods

    • Compile an OmniScript into a deployable Salesforce Tooling record

      Parameters

      Returns Promise<
          {
              FullName: string;
              Metadata: {
                  apiVersion: any;
                  capabilities: { capability: never[] };
                  description: any;
                  isExposed: any;
                  lwcResources: { lwcResource: { filePath: string; source: string }[] };
                  masterLabel: any;
                  runtimeNamespace: any;
                  targetConfigs: string;
                  targets: any;
              };
          },
      >