select constant

String const select

The structural select role, an abstract role, is superclass role for four form widgets, listbox, menu, radiogroup, and tree, which allow users to make selections from a set of choices.

See: developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/select_role

Implementation

static const String select = 'select';