Constructor
# new RezClickTransformer()
Transformer for click events on any element with a data-event
attribute in cards.
Adds click handlers to elements within active or front-facing cards that
have a data-event attribute and are not marked as inactive. When clicked,
the event is routed through the receiver's event handling system.
Extends
Methods
# static constructor(receiver)
Creates a new RezClickTransformer.
Parameters:
| Name | Type | Description |
|---|---|---|
receiver |
Object
|
Object that handles click events |