Skip to main content

ElementFocus

Callable

  • ElementFocus(ID: string): void

  • Gives focus to a specified existing element for non-mobile users.


    Parameters

    • ID: string

      The id of the element to give focus to.

    Returns void

    • Nothing