Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "helpers/getAriaLabelProps"

Index

Functions

getAriaLabelProps

  • getAriaLabelProps(__namedParameters: { label: string; labelledBy: string; role: string }, __namedParameters?: { selfLabel: string; selfLabelledBy: string; selfRole: string }): IAriaLabelProps
  • Get arial-label props.

    Parameters

    • __namedParameters: { label: string; labelledBy: string; role: string }
      • label: string
      • labelledBy: string
      • role: string
    • Default value __namedParameters: { selfLabel: string; selfLabelledBy: string; selfRole: string } = {}
      • selfLabel: string
      • selfLabelledBy: string
      • selfRole: string

    Returns IAriaLabelProps

    Aria-label props.

Generated using TypeDoc