Interface AriaLiveMessages<Option, IsMulti, Group>

Type Parameters

  • Option

  • IsMulti extends boolean

  • Group extends GroupBase<Option>

Hierarchy

  • AriaLiveMessages

Properties

guidance?: ((props: AriaGuidanceProps) => string)

Type declaration

    • (props: AriaGuidanceProps): string
    • Guidance message used to convey component state and specific keyboard interactivity

      Parameters

      Returns string

onChange?: ((props: AriaOnChangeProps<Option, IsMulti>) => string)

Type declaration

    • (props: AriaOnChangeProps<Option, IsMulti>): string
    • OnChange message used to convey changes to value but also called when user selects disabled option

      Parameters

      Returns string

onFilter?: ((props: AriaOnFilterProps) => string)

Type declaration

    • (props: AriaOnFilterProps): string
    • OnFilter message used to convey information about filtered results displayed in the menu

      Parameters

      Returns string

onFocus?: ((props: AriaOnFocusProps<Option, Group>) => string)

Type declaration

    • (props: AriaOnFocusProps<Option, Group>): string
    • OnFocus message used to convey information about the currently focused option or value

      Parameters

      Returns string

Generated using TypeDoc