Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/autocompleteWidget"

Index

Variables

Const appearedEvent

appearedEvent: CustomEvent<unknown> = new CustomEvent("smart-search-widget-appeared", {bubbles: true,cancelable: true,})

This event is triggered the moment the box is displayed.

Const hiddenEvent

hiddenEvent: CustomEvent<unknown> = new CustomEvent("smart-search-widget-hidden", {bubbles: true,cancelable: true,})

This event is triggered the moment the box is hidden.

Const inputEmpty

inputEmpty: CustomEvent<unknown> = new CustomEvent("smart-search-input-empty", {bubbles: true,cancelable: true,})

The handler listening to this event will clear and hide the autocomplete widget.

Generated using TypeDoc