geoview-core
    Preparing search index...

    Function handleEscapeKey

    • Callback function which is fired when keyboard key is pressed.

      Parameters

      • key: string

        The keyboard key pressed by user.

      • callbackId: string

        The Id of element which init the focus trap.

      • OptionalisFocusTrapped: boolean

        Component is focus trapped enabled.

      • Optionalcb: () => void

        The callback function to be fired, if needed.

      Returns void