struct StimulusController::Value

Defined in:

stimulus/stimulus_controller.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(controller : StimulusController.class, name : String, value : String | Bool) #

[View source]

Instance Method Detail

def clone #

[View source]
def controller : StimulusController.class #

def copy_with(controller _controller = @controller, name _name = @name, value _value = @value) #

[View source]
def html_attr_key #

[View source]
def html_attr_value(io) #

[View source]
def name : String #

def value : String | Bool #