class Primer::Beta::NavList::Group

def initialize(selected_item_id: nil, **system_arguments)

Parameters:
  • system_arguments (Hash) -- <%= link_to_system_arguments_docs %>
  • selected_item_id (Symbol) -- The ID of the currently selected item. Used internally.
def initialize(selected_item_id: nil, **system_arguments)
  @system_arguments = system_arguments
  @selected_item_id = selected_item_id
  super(**@system_arguments)
end