Method: JSON::Editor::JSONTreeView#expanded

Defined in:
lib/json/editor.rb

#expandedObject

Returns true, if nodes are autoexpanding, false otherwise.



662
663
664
# File 'lib/json/editor.rb', line 662

def expanded
  @expanded
end