The Present package exposes a Lightning Web Component (LWC) called fast-slides. This is the main component of the Present package.
Present wrapper component
In order to use the fast-slides LWC component it needs the following inputs:
customerType - This is the customer type (ID) which is used to match with the master templates' customer type.
recordId - This is the ID or the event. If the fast-slides component is used in a RecordPage other than Event you need to implement your own functions to get the EventId.
config - This is the config object for the fast-slides component.
The config object
Currently, the config object in Present contains the following properties:
agenda - Used to pass in predefined (or autocompleted) agenda text. An example of this is the use of Quick Texts in Salesforce standard text areas.
An example implementation of a LWC wrapping the fast-slides component is shown below.