struct
Crumble::Turbo::Action::FormTemplate::Field
- Crumble::Turbo::Action::FormTemplate::Field
- Struct
- Value
- Object
Defined in:
crumble/turbo/action.crConstructors
Instance Method Summary
- #name : String
- #to_html(io, indent_level = 0)
- #to_html
- #to_html(&)
- #type : Type
- #value : String | Nil
Constructor Detail
def self.new(type : Crumble::Turbo::Action::FormTemplate::Field::Type, name : String, value : Nil | String = nil)
#