Paragon's Segment Events Documentation
The Paragon Segment Events Documentation page is a centralized resource within the Open edX wiki, providing a comprehensive list and details of all Segment events related to the Paragon design system. This documentation is continuously updated as new events are added or modified, ensuring accurate information for developers and contributors. It is a valuable reference for integrating Paragon and tracking user interactions in the Open edX platform.
Paragon's Segment Events List
Name | Description | Parameters |
---|---|---|
| A link that allows you to leave feedback about the page of the documentation site on GitHub. | - |
| Event dispatched to the Segment about the component after its creation. | {
properties: <component name>
} |
| Sends the name of the component and its category after clicking on the Collapsible button and opening the code example. If the component has no heading, the default id is sent. | {
value: <component name and category> id text by default
} |
| Sends the name of the component, category, and heading id after clicking on the Collapsible button and closing the code example. | {
value: <component name and category, heading id>
} |
| Sends the name of the copied icon at the Icons page. | {
name: <icon name>
} |
| Send Segment event after clicking on the link to Playground | - |
| Dispatches a Segment event after clicking on a link leading to a place of use in a project. | {
project: <project name>,
component: <component name>,
linkToUsage
} |
| Dispatches a Segment event after changing direction in the sidebar settings. | {
direction: <direction name>
} |
| Dispatches a Segment event after changing language in the sidebar settings. | {
language: <language name>
} |
| Segment event dispatched after opened settings sidebar. | - |
| Segment event dispatched after closed settings sidebar. | - |
| Segment event dispatched after changed box-shadow value at the Elevation page. | {
property,
value
} |
| Segment event dispatched after adding new box-shadow layer at the Elevation page. | - |
| Segment event, dispatched after removing the box-shadow layer on the Elevation page. | - |
| Segment event, dispatched after disabling the box-shadow layer on the Elevation page. | - |
| Segment event, dispatched after enabling the box-shadow layer on the Elevation page. | - |
| Segment event, dispatched after clicking on the “Summary“ tab on the Usage Insights page. | - |
| Segment event, dispatched after clicking on the “Projects“ tab on the Usage Insights page. | - |
| Segment event, dispatched after clicking on the “Components“ tab on the Usage Insights page. | - |
| Segment event, dispatched after clicking on the “Hooks“ tab on the Usage Insights page. | - |
| Segment event, dispatched after clicking on the “Utils“ tab on the Usage Insights page. | - |
| Segment event, dispatched after clicking on the “Icons“ tab on the Usage Insights page. | - |
| The segment event is dispatched after clicking the "Copy" button on the Playground page. | - |
| Segment event, dispatched after clicking on the “Contrast checker“ link in the Tools category. | - |
| Segment event, dispatched after clicking on the “Edit this page“ link. | - |