@microsoft/fast-foundation > DelegatesARIAListbox

DelegatesARIAListbox class

Includes ARIA states and properties relating to the ARIA listbox role

Signature:

export declare class DelegatesARIAListbox 

Properties

Property Modifiers Type Description
ariaActiveDescendant string | null See https://www.w3.org/TR/wai-aria-1.2/#listbox for more information
ariaDisabled "true" | "false" | string | null See https://www.w3.org/TR/wai-aria-1.2/#listbox for more information
ariaExpanded "true" | "false" | string | null See https://www.w3.org/TR/wai-aria-1.2/#listbox for more information
ariaMultiSelectable "true" | "false" | string | null See https://w3c.github.io/aria/#listbox for more information