You are here:
Omnistudio Lightning Web Components
Take advantage of Omnistudio's declarative 'clicks not code' approach to building and modifying your applications with the Omnistudio Lightning Web Components. With Omnistudio Lightning Web Components, use standard JavaScript and HTML to modify and extend Vlocity products.
Omnistudio Lightning Web Components are:
-
Fast and Lightweight. Runs natively in browsers and is independent from JavaScript frameworks.
-
Reusable.Omnistudio Lightning Web Components use web components to create reusable custom HTML elements. Custom elements wrap functionality, protecting components from other styles and scripts on the page.
While some Omnistudio Lightning web components appear in the Community and App Builders, they differ from the Omnistudio Lightning Components that also appear in the builders. Omnistudio Lightning Web Components follow the same standards as Salesforce's Lightning Web Components. For more information on Lightning Web Component standards, see Lightning Web Components.
Omnistudio Lightning Web Components Reference
Component Type |
Description |
References |
|---|---|---|
Base |
Basic components used by the entire Vlocity platform. Extend or modify base components to customize appearance and behavior. |
ReadMes: Base Omnistudio LWC ReadMe Reference |
Omniscript |
Components specific to Omniscript. |
ReadMes: Omniscript ReadMe Reference |
- Set Up Lightning Web Components
To manage and develop Omnistudio Lightning web components, use Visual Studio Code with Salesforce DX and the SF CLI. Use to deploy components from one sandbox or dev org to another, such as a production org. - Extend Omnistudio Lightning Web Components
Customize the behavior and styling of an application by extending Omnistudio Lightning web components. For example, override properties, add other components, or insert HTML. - Deploy Lightning Web Components
Deploy new Lightning web components or change existing components from your local development environment with Visual Studio and Salesforce DX or IDX Workbench. - Base Omnistudio LWC ReadMe Reference
View examples, and learn about available attributes, methods, and other functions from the ReadMes of each Base Omnistudio Lightning web component.

