Default Component Props

All components are given standard properties at startup, in this.props of the component, we have the following variables:

componentKey - Unique identifier generated by the framework to identify the component, used to integrate the component with other components using EL.
translation - Object key value with i18n mapping of the language chosen in schema.js.
dispatch - Method to trigger actions to change the state of the component and/or application
mediator - Event bus class to register and listener events in all application.