Module: Vident::Capabilities::StimulusDeclaring
- Extended by:
- ActiveSupport::Concern
- Included in:
- Vident::Component
- Defined in:
- lib/vident/capabilities/stimulus_declaring.rb
Instance Method Summary collapse
Instance Method Details
#stimulus_scoped_event(event) ⇒ Object
74 |
# File 'lib/vident/capabilities/stimulus_declaring.rb', line 74 def stimulus_scoped_event(event) = self.class.stimulus_scoped_event(event) |
#stimulus_scoped_event_on_window(event) ⇒ Object
76 |
# File 'lib/vident/capabilities/stimulus_declaring.rb', line 76 def stimulus_scoped_event_on_window(event) = self.class.stimulus_scoped_event_on_window(event) |