Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AutocompleteDropdown

Hierarchy

  • AutocompleteDropdown

Index

Constructors

constructor

  • new AutocompleteDropdown(dropdownElement: HTMLDivElement, onClickCallback: function): AutocompleteDropdown

Properties

changeDropDirectionTimeout

changeDropDirectionTimeout: any

dropdownElement

dropdownElement: HTMLDivElement

onClickCallback

onClickCallback: function

Type declaration

    • (event: Event): void
    • Parameters

      • event: Event

      Returns void

Methods

bind

  • bind(): void

Private clearElements

  • clearElements(): void

Private onResize

  • onResize(): void

Private toggleDropDirection

  • toggleDropDirection(): void

unbind

  • unbind(): void

updateElements

  • updateElements(elements: string[]): void

Generated using TypeDoc