Class: ViewComponent::Storybook::Controls::TextConfig
- Inherits:
-
SimpleControlConfig
- Object
- ControlConfig
- SimpleControlConfig
- ViewComponent::Storybook::Controls::TextConfig
- Defined in:
- lib/view_component/storybook/controls/text_config.rb
Instance Attribute Summary
Attributes inherited from SimpleControlConfig
Instance Method Summary collapse
Methods inherited from SimpleControlConfig
#initialize, #to_csf_params, #value_from_params
Methods inherited from ControlConfig
#description, #initialize, #name, #param, #prefix_param, #to_csf_params, #value_from_params
Constructor Details
This class inherits a constructor from ViewComponent::Storybook::Controls::SimpleControlConfig
Instance Method Details
#type ⇒ Object
7 8 9 |
# File 'lib/view_component/storybook/controls/text_config.rb', line 7 def type :text end |