Bold Penguin SDK Web Component Overview
Bold Penguin SDK Web Components
The remainder of this section is the generated documentation describing the individual web components within the Bold Penguin SDK. Each documentation page contains the following sections:
Section | Function |
---|---|
Custom Element Hooks | Insert Content |
Classes | Style Content |
Properties | Data Inputs |
Events | Data Outputs |
Dependencies | Related elements |
Custom Element Hooks
Used to register your own custom components within the application flow process. Note that any hook labeled as disables html, we will disable all HTML and JavaScript at or below this component and forward the properties to your component.
Classes
CSS Classes available for styling this element. Refer to the customization section for additional details.
Properties
Data inputs for customizing this element.
Events
Event hooks for data changes on this element. They typically fall into two
categories: updateValue
and saveAnswer
.
Dependencies
Upstream and downstream dependencies for this element including a full dependency graph.