Enable droplet to recognize a custom DOM event.
Note: Once the event name is set, it cannot be changed dynamically at runtime.
string, ( r )
Type of this molecule, event_receiver.
Specifies the event name.
attach(droplet);
Attach this molecule to the given droplet.
N/A
detach();
Remove this molecule from its droplet.
delete();
Delete this molecule.
clone();
Create a clone of this molecule.
(object) a molecule.
serialize();
Serialize this molecule into its JSON representation.
(string) JSON representation of a molecule.