Method: React::Component::ClassMethods#collect_other_params_as
- Defined in:
- lib/react/component/class_methods.rb
#collect_other_params_as(name) ⇒ Object Also known as: other_params, others
94 95 96 |
# File 'lib/react/component/class_methods.rb', line 94 def collect_other_params_as(name) validator.all_other_params(name) { props } end |