LemonadeJS Events

The following table lists the native LemonadeJS events.

EventDescription
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