Create Trigger
When creating a trigger for generated component, it must be added manually. Follow the instructions in Build Component section to create NewComponentDummyTrigger
class that defines the trigger.
Once this class is created, update Component Handler as follows:
In NewComponentComponentHandler
, override the getTriggers()
method: