Function enableKeyboardInteractivity

  • import { enableKeyboardInteractivity } from '@src/hylo-components/utils/usefull/usefull';

    Enables keyboard interactivity of links, buttons, hylo-router-link, hylo-button, hylo-accessibility-button components inside the scope element which were previously disabled by disableKeyboardInteractivity.

    Parameters

    • scope: HTMLElement

      a HTMLElement which defines the scope/parent of the action

    Returns void

Generated using TypeDoc