Options
All
  • Public
  • Public/Protected
  • All
Menu

InterfaceCallbacks

Callbacks supported by Autocomplete.Interface

Hierarchy

Index

Properties

Optional onBlur

onBlur: function

Invoked when the user unfocuses from the address input field

Type declaration

    • (): void
    • Returns void

Optional onClose

onClose: function

Invoked when autocomplete suggestion box is closed (i.e. hidden from user)

Type declaration

    • (): void
    • Returns void

Optional onFocus

onFocus: function

Invoked when user selects or focuses address input field

Type declaration

    • (): void
    • Returns void

Optional onInput

onInput: function

Invoked when input is detected on address input field

Type declaration

    • (event: Event): void
    • Parameters

      • event: Event

      Returns void

Optional onOpen

onOpen: function

Invoked when autocomplete suggestion box is opened (i.e. presented to the user)

Type declaration

    • (): void
    • Returns void

Optional onSelect

onSelect: function

Invoked when an address suggestion in suggestion box is selected

Type declaration