ListItemState

external interface ListItemState(source)

Properties

Link copied to clipboard
abstract var focusable: Boolean

Determines if the item is focusable (its focus is managed by the DOM).

Link copied to clipboard
abstract var highlighted: Boolean

If true the item is highlighted.

Link copied to clipboard
abstract var selected: Boolean

If true the item is selected.