activated activated :  boolean 
auto Insert autoInsert :  boolean 
auto Select autoSelect :  boolean 
auto Shown autoShown :  boolean 
change Timer changeTimer :  {      schedule :  any ;      call () :  void ;      cancel () :  void ;      delay ( timeout ?:  number ) :  void ;      isPending () :  any ;      ( timeout ?:  number ) :  void ; } 
commands commands :  {      Backspace :  ( editor :  any )  =>  void ;      "Ctrl-Down|Ctrl-End" :  ( editor :  any )  =>  void ;      "Ctrl-Up|Ctrl-Home" :  ( editor :  any )  =>  void ;      Down :  ( editor :  any )  =>  void ;      Esc :  ( editor :  any )  =>  void ;      PageDown :  ( editor :  any )  =>  void ;      PageUp :  ( editor :  any )  =>  void ;      Return :  ( editor :  any )  =>  any ;      "Shift-Return" :  ( editor :  any )  =>  void ;      Tab :  ( editor :  any )  =>  any ;      Up :  ( editor :  any )  =>  void ; } 
Optionalempty Message emptyMessage ?:  Function 
Defined in src/autocomplete.d.ts:123 Defined in src/autocomplete.d.ts:243 exact Match exactMatch :  boolean 
inline Enabled inlineEnabled :  boolean 
parent Node parentNode :  any 
popup Timer popupTimer :  {      schedule :  any ;      call () :  void ;      cancel () :  void ;      delay ( timeout ?:  number ) :  void ;      isPending () :  any ;      ( timeout ?:  number ) :  void ; } 
set Select On Hover setSelectOnHover :  boolean 
show Loading State showLoadingState :  boolean 
sticky Selection stickySelection :  boolean 
sticky Selection Delay stickySelectionDelay :  number 
sticky Selection Timer stickySelectionTimer :  {      schedule :  any ;      call () :  void ;      cancel () :  void ;      delay ( timeout ?:  number ) :  void ;      isPending () :  any ;      ( timeout ?:  number ) :  void ; } 
tooltip Node tooltipNode :  HTMLDivElement 
tooltip Timer tooltipTimer :  {      schedule :  any ;      call () :  void ;      cancel () :  void ;      delay ( timeout ?:  number ) :  void ;      isPending () :  any ;      ( timeout ?:  number ) :  void ; } 
This object controls the autocompletion components and their lifecycle. There is an autocompletion popup, an optional inline ghost text renderer and a docuent tooltip popup inside.