Variables
Const appearedEvent
appearedEvent: CustomEvent<unknown> = new CustomEvent("smart-search-widget-appeared", {bubbles: true,cancelable: true,})
Const hiddenEvent
hiddenEvent: CustomEvent<unknown> = new CustomEvent("smart-search-widget-hidden", {bubbles: true,cancelable: true,})
Const inputEmpty
inputEmpty: CustomEvent<unknown> = new CustomEvent("smart-search-input-empty", {bubbles: true,cancelable: true,})
This event is triggered the moment the box is displayed.