Method: Primer::Alpha::ActionList#allows_selection?

Defined in:
app/components/primer/alpha/action_list.rb

#allows_selection?Boolean

Returns:

  • (Boolean)
[View source]

236
237
238
# File 'app/components/primer/alpha/action_list.rb', line 236

def allows_selection?
  single_select? || multi_select?
end