Class: React::Ref
Instance Method Summary collapse
Instance Method Details
permalink #current ⇒ Object
[View source]
9 10 11 |
# File 'lib/react/ref.rb', line 9 def current `Opal.React.native_element_or_component_to_ruby(#@native.current)` end |
permalink #is_wrapped_ref ⇒ Object
[View source]
5 6 7 |
# File 'lib/react/ref.rb', line 5 def is_wrapped_ref true end |