Class: Ruflet::UI::Controls::RufletComponents::ScatterChartSpotControl
- Inherits:
-
ChartExtensionControl
- Object
- Control
- ChartExtensionControl
- Ruflet::UI::Controls::RufletComponents::ScatterChartSpotControl
- Defined in:
- lib/ruflet_ui/ruflet/ui/controls/materials/chart_controls.rb
Constant Summary collapse
- WIRE =
"ScatterChartSpot".freeze
Constants inherited from ChartExtensionControl
ChartExtensionControl::KEYWORDS
Constants inherited from Control
Control::HOST_EXPANDED_TYPES, Control::SCHEMA_METADATA_CACHE
Instance Attribute Summary
Attributes inherited from Control
#children, #id, #props, #runtime_page, #type, #wire_id
Instance Method Summary collapse
-
#initialize(id: nil, **props) ⇒ ScatterChartSpotControl
constructor
A new instance of ScatterChartSpotControl.
Methods inherited from Control
#attach_handler, #emit, generate_id, #has_handler?, #merge_props, #on, #to_patch
Constructor Details
#initialize(id: nil, **props) ⇒ ScatterChartSpotControl
Returns a new instance of ScatterChartSpotControl.
112 |
# File 'lib/ruflet_ui/ruflet/ui/controls/materials/chart_controls.rb', line 112 def initialize(id: nil, **props) = super(type: "scatterchartspot", id: id, **props) |