struct StimulusController::Action
- StimulusController::Action
- Struct
- Value
- Object
Defined in:
stimulus/stimulus_controller.crConstructors
Instance Method Summary
- #clone
- #controller : StimulusController.class
- #copy_with(event _event = @event, controller _controller = @controller, method _method = @method)
- #event : JavascriptEvent.class
- #html_attr_key
- #html_attr_value(io)
- #method : Method
Constructor Detail
def self.new(event : JavascriptEvent.class, controller : StimulusController.class, method : Method)
#
Instance Method Detail
def copy_with(event _event = @event, controller _controller = @controller, method _method = @method)
#