class React::Ref

Public Instance Methods

current() click to toggle source
# File lib/react/ref.rb, line 9
def current
  `Opal.React.native_element_or_component_to_ruby(#@native.current)`
end
is_wrapped_ref() click to toggle source
# File lib/react/ref.rb, line 5
def is_wrapped_ref
  true
end