• Overview
@angular/aria/listbox

Option

directive

A selectable option in a Listbox.

API

    
      class Option<V> {}
    
    

id

any

A unique identifier for the option.

searchTerm

any

The text used by the typeahead search.

listbox

any

The parent Listbox UIPattern.

element

any

A reference to the option element to be focused on navigation.

value

any

The value of the option.

disabled

any

Whether an item is disabled.

label

any

The text used by the typeahead search.

selected

any

Whether the option is selected.

Jump to details