Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

focusElement

  • focusElement(target: HTMLElement): HTMLElement
  • Sets the focus on a given html element if possible

    Parameters

    • target: HTMLElement

    Returns HTMLElement

focusNextElement

  • focusNextElement(pivot: HTMLElement): HTMLElement
  • Sets the focus on the next html element relative to the given pivot element if possible

    Parameters

    • pivot: HTMLElement

    Returns HTMLElement

focusPreviousElement

  • focusPreviousElement(pivot: HTMLElement): HTMLElement
  • Sets the focus on the previous html element relative to the given pivot element if possible

    Parameters

    • pivot: HTMLElement

    Returns HTMLElement

Generated using TypeDoc