You are here:
Base Vlocity LWC ReadMe Reference (Managed Package)
For the managed package runtime, view examples, and learn about available attributes, methods, and other functions from the ReadMes of each Base Vlocity Lightning web component.
This information is for Omnistudio for Managed Packages. For Omnistudio on standard
runtime, see Omnistudio Help.
Downloadable ReadMes
Released |
Download File |
|---|---|
November 2022 |
|
Spring '22 |
|
Winter '22 |
|
Spring '21 |
Links to ReadMes
Component |
Description |
|---|---|
Adds the basic element inside the Accordion LWC. |
|
Displays content as vertically stacked sections. |
|
The base component for all action components. |
|
Displays an SLDS or Newport styled alert. |
|
A module that exposes a collection of utilities designed to simplify asynchronous operations |
|
All Vlocity cards extend this component. |
|
All Vlocity doc card layouts extend this component. |
|
Renders a button element to perform an action |
|
Displays the basic element inside a Carousel LWC. |
|
Displays a series of images inside a container one image at a time. |
|
Extends the Chart LWC and adds the ability to display and resize text at the center of the donut. |
|
Displays data as a chart and enables users to perform actions from the chart. |
|
Enables users to select from single or multiple options. |
|
Extends the CheckboxGroup and enables users to select from single or multiple options by clicking images instead of checkboxes. |
|
Displays a read-only input element enabling users to select an option from a list of options. |
|
Adds the basic element inside a DataTable LWC to create individual cells. |
|
Creates a tabular structure of the data provided. |
|
Extends Datasource LWC with additional features for fetching data using an Apex class using a class and method. |
|
Extends Datasource LWC with additional features for fetching data using an Apex class from a rest endpoint. |
|
Extends Datasource LWC with additional features for fetching data from an Omnistudio Data Mapper. |
|
Extends Datasource LWC with additional features for fetching data from an Integration Procedure. |
|
Extends Datasource LWC with additional features for fetching data using a Salesforce Object Query Language (SOQL) query. |
|
Extends Datasource LWC with additional features for for data fetched from a REST web data source. |
|
Extends Datasource LWC with additional features for data fetched from an SDK. |
|
Extends Datasource LWC with additional features for etching data through a Salesforce Object Search Language (SOSL) query. |
|
Fetches data from Salesforce using different data source types by providing relevant input data. |
|
Displays a date input element with a graphical user interface (GUI) widget that enables the user to select a date from a calendar. |
|
Displays a set of input fields with graphical user interface (GUI) widgets that enables the user to select a date from a calendar and a time from a list. |
|
Creates a wrapper around Vlocity form elements to enable form capabilities. |
|
Renders an SVG icon. |
|
Displays an available image. |
|
Renders an input element. |
|
A wrapper component for a customer interaction and the Power Launcher. The component is used inside a customer interaction records page to see all interactions with a customer and perform any actions related to the interaction. |
|
Adds the basic element inside the parent Layout LWC container, grouping content together to create sections inside the parent container. |
|
Creates a flexible grid system arranging containers on a page or inside other containers. |
|
Adds the basic element for the List LWC. Creates the template for each list item. |
|
Creates a searchable and sortable list from the data provided. |
|
Extends the Input LWC and controls what you can enter in the form input fields. |
|
Adds the base element for building a menu with the Menu LWC. |
|
Creates a menu from the list of menu items provided. |
|
Displays content in a layer on top of the app, such as creating or editing a record, or various types of messaging and wizards. |
|
Displays the code editor tool used inside Salesforce. |
|
Enables navigation to any of Salesforce PageReference type by leveraging Salesforce's navigation service. |
|
A module that exposes a collection of utilities designed to simplify navigational functions. |
|
A utility that exposes a single load function used to ensure the Newport CSS styles load in the <head> of the page. |
|
Returns a read-only label, help text and value for the field name of a record. |
|
Displays an input element that displays read-only labels, which can containing links and be removed from view on-demand. |
|
Displays a non-modal dialog that must pair with a clickable trigger element and contain at least one focusable element. |
|
Displays Vlocity actions inside the PowerLauncher LWC and extends Action LWC. |
|
Gets and displays a list of vlocity actions based on the recordId. |
|
Displays progress of activity on a page. |
|
Displays simple content on a layer on top of an app. For example, use a prompt to confirm form submission or to direct the user to confirm a step in a process. |
|
Enables data sharing between components. Multiple components can register and receive data from the same channel. |
|
Enables users to select from a list of options by selecting a radio button. |
|
Extends the RadioGroup LWC and enables users to choose from a list of options by selecting a color item instead of a radio button. |
|
Extends the RadioGroup LWC and enables users to choose from a list of options by selecting an image instead of a radio button. |
|
Displays a table of data with a header that supports actions. All attributes from the DataTable LWC and SLDS Header LWC are available to this component. |
|
Displays a text editor tool for rich content editing. |
|
Displays a page header, which contains a title, an icon, field data, and action links. |
|
Displays a graphical control element for a user to set a value by moving an indicator horizontally or vertically. |
|
Displays an animated image that indicates a feature is loading |
|
Specifies the theme of a component and gets the base CSS for that theme. |
|
Displays a tabbed container with multiple content areas, only one of which is visible at a time. |
|
Adds the base element inside a Tabset LWC. |
|
Displays an HTML textarea element for entering multi-line text input that holds an unlimited number of characters. |
|
Displays a graphical user interface (GUI) widget that allows the user to select a time from a list of options. |
|
A feedback and confirmation tool that runs after the user takes an action. |
|
Enables a user to pick between two states, enable or disable an option, or select multiple options. |
|
Displays an icon with a popover containing a small amount of text describing an element on the screen. |
|
Adds the basic element in a Tree LWC. |
|
Displays the visualization of a structural hierarchy, such as a sitemap for a website or a role hierarchy in an organization. |
|
A variant of Tree Lightning Web Component that displays visualization of a structural hierarchy, that allows for browsing a tree based hierarchy as a list. |
|
Defines the individual items of a treeListSelector component. |
|
Provides hints or a list of possible choices based on the text the user enters while filling out a form or performing a search. |
|
Helper functions available for all Vlocity Lightning Web Components. |
|
Creates the template for each wizard item inside the Wizard LWC. |
|
Displays a modal that enables navigating between steps in a process and displays a progress bar that shows where the user is in the process. Supports custom labels. |
- Accordion Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains the Accordion LWC ReadMe for each Vlocity release. - AccordionSection Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains the AccordionSection LWC ReadMe for each Vlocity release. - Action Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains the Action LWC ReadMe for each Vlocity release. - Alert Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains the Alert LWC ReadMe for each Vlocity release. - AsyncUtils ReadMe (Managed Package)
For the managed package runtime, this page contains an AsyncUtils ReadMe for each Vlocity release. - BaseLayout Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a BaseLayout LWC ReadMe for each Vlocity release. - BaseState Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a BaseState LWC ReadMe for each Vlocity release. - Button Lightning Web Component (Managed Package)
For the managed package runtime, this page contains a Button LWC ReadMe for each Vlocity release. - Carousel Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a Carousel LWC ReadMe for each Vlocity release. - CarouselItem Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a CarouselItem LWC ReadMe for each Vlocity release. - Chart Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a Chart LWC ReadMe for each Vlocity release. - ChartDonut Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a ChartDonut LWC ReadMe for each Vlocity release. - CheckboxGroup Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a CheckboxGroup LWC ReadMe for each Vlocity release. - CheckboxImageGroup Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a CheckboxImageGroup LWC ReadMe for each Vlocity release. - Combobox Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a Combobox LWC ReadMe for each Vlocity release. - Datasource Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a Datasource LWC ReadMe for each Vlocity release. - DatasourceApexRemote Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a DatasourceApexRemote LWC ReadMe for each Vlocity release. - DatasourceApexRest Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a DatasourceApexRest LWC ReadMe for each Vlocity release. - DatasourceDataraptor Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a DatasourceDataraptor LWC ReadMe for each Vlocity release. - DatasourceIntegrationProcedure Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a DatasourceIntegrationProcedure LWC ReadMe for each Vlocity release. - DatasourceQuery Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a DatasourceQuery LWC ReadMe for each Vlocity release. - DatasourceRest Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a DatasourceRest LWC ReadMe for each Vlocity release. - DatasourceSDK Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a DatasourceSDK LWC ReadMe for each Vlocity release. - DatasourceSearch Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a DatasourceSearch LWC ReadMe for each Vlocity release. - DataTable Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains the DataTable LWC ReadMe as of the Summer '21 release. - DataTableCell Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a DataTableCell LWC ReadMe for each Vlocity release. - DatePicker Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a DatePicker LWC ReadMe for each Vlocity release. - DateTimePicker Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a DateTimePicker LWC ReadMe for each Vlocity release. - Form Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a Form LWC ReadMe for each Vlocity release. - Icon Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains an Icon LWC ReadMe for each Vlocity release. - Img Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains the Img LWC ReadMe for each Vlocity release. - Input Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains an Input LWC ReadMe for each Vlocity release. - InteractionWrapper Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains the InteractionWrapper LWC ReadMe for each Vlocity release. - Layout Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a Layout LWC ReadMe for each Vlocity release. - LayoutItem Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a LayoutItem LWC ReadMe for each Vlocity release. - List Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a List LWC ReadMe for each Vlocity release. - ListItems Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a ListItems LWC ReadMe for each Vlocity release. - MaskedInput Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a MaskedInput LWC ReadMe for each Vlocity release. - Menu Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a Menu LWC ReadMe for each Vlocity release. - MenuItem Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a MenuItem LWC ReadMe for each Vlocity release. - Modal Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a Modal LWC ReadMe for each release. - MonacoEditor Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a MonacoEditor LWC ReadMe for each Vlocity release. - Navigate Action Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a Navigate Action LWC ReadMe for each Vlocity release. - NavigationUtils ReadMe (Managed Package)
For the managed package runtime, this page contains a NavigationUtils ReadMe for each Vlocity release. - Newport Loader ReadMe (Managed Package)
For the managed package runtime, this page contains the Newport Loader ReadMe for each Vlocity release. - OutputField Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains an OutputField LWC ReadMe for each Vlocity release. - Pill Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a Pill LWC ReadMe for each Vlocity release. - Popover Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a Popover LWC ReadMe for each Vlocity release. - Power Launcher Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains the Power Launcher LWC ReadMe for each Vlocity release. - Power Launcher Action Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains the Power Launcher Action LWC ReadMe for each Vlocity release. - ProgressBar Lightning Web Component (Managed Package)
For the managed package runtime, this page contains the ProgressBar LWC ReadMe for each Vlocity release. - Prompt Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a Prompt LWC ReadMe for each Vlocity release. - Pubsub Component (Managed Package)
For the managed package runtime, the Pubsub Component enables data sharing and passing messages between components that aren’t ancestors. Multiple components can register and receive data from the same channel. - RadioGroup Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a RadioGroup LWC ReadMe for each Vlocity release. - RadioColorPickGroup Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains the RadioColorPickGroup LWC ReadMe as of the Summer '21 release. - RadioImageGroup Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a RadioImageGroup LWC ReadMe for each Vlocity release. - Related List Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains the Related List LWC ReadMe for each Vlocity release. - RichTextEditor Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a RichTextEditor LWC ReadMe for each Vlocity release. - Slider Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a Slider LWC ReadMe for each Vlocity release. - SLDS Header Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains the SLDS Header LWC ReadMe for each Vlocity release. - Spinner Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a Spinner LWC ReadMe for each Vlocity release. - Styles Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a Styles LWC ReadMe for each Vlocity release. - Tab Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a Tab LWC ReadMe for each Vlocity release. - Tabset Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a Tabset LWC ReadMe for each Vlocity release. - Textarea Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a Textarea LWC ReadMe for each Vlocity release. - TimePicker Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a TimePicker LWC ReadMe for each Vlocity release. - Toast Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a Toast LWC ReadMe for each Vlocity release. - Toggle Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a Toggle LWC ReadMe for each Vlocity release. - Tooltip Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a Tooltip LWC ReadMe for each Vlocity release. - Tree Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a Tree LWC ReadMe for each Vlocity release. - TreeItem Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a TreeItem LWC ReadMe for each Vlocity release. - TreeListSelector Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains the TreeListSelector LWC ReadMe for each Vlocity release. - TreeListSelectorItem Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains the TreeListSelectorItem LWC ReadMe for each Vlocity release. - Typeahead Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains a Typeahead LWC ReadMe for each Vlocity release. - Utility Functions for Lightning Web Components ReadMe (Managed Package)
For the managed package runtime, this page contains a Utility Functions for Lightning web components ReadMe for each Vlocity release. - Wizard Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains the Wizard LWC ReadMe for each Vlocity release. - Wizard Item Lightning Web Component ReadMe (Managed Package)
For the managed package runtime, this page contains the Wizard Item LWC ReadMe for each Vlocity release.

