---
title: "Javascript Events | LemonadeJS v1"
description: "LemonadeJS v1 archive. The LemonadeJS events to help interact with other component pages."
source: https://lemonadejs.com/docs/v1/events/
---

LemonadeJS Events
=================

The following table lists the native LemonadeJS events.  


| Event                                | Description                                                                                                  |
|--------------------------------------|--------------------------------------------------------------------------------------------------------------|
| onload(component)                    | It happens when the component is mounted and ready. `self.onload(component: DOMElement) => void`             |
| onchange(property, affectedElements) | It happens when there is a change in a property. `self.onchange(property: string, affected: object) => void` |