tree constant

String const tree

A type of list that may contain sub-level nested groups that can be collapsed and expanded.

To be keyboard accessible, authors SHOULD manage focus of descendants for all instances of this role, as described in Managing Focus.

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

Implementation

static const String tree = 'tree';