UNPKG

activator-oce-exporter

Version:

Extract Activator binder and convert it to valid OCE mono pacakge

17 lines (11 loc) 654 B
# Activator Fusion Components This folder contain the standard components developed for Activator. Code should not be edited in this folder as all content can be replaced during upgrades. To report bugs, email description to sli@anthillagency.com # Component Lifecycle All components inherit the [lifecycle hooks of the LitElement](https://lit-element.polymer-project.org/guide/lifecycle). Additionally there are added the following hooks: # Component Events * ```rendered``` - fired after the component has been rendered (in the ```firstUpdated``` hook); * ```published``` - fired after FusionAPI has send the `addElement` request to the backend;