PopoverSuggest\<T\>
Abstract Class: PopoverSuggest<T>
Section titled “Abstract Class: PopoverSuggest<T>”Defined in: suggest.ts:34
Base class for adding a type-ahead popover.
Extended by
Section titled “Extended by”Type Parameters
Section titled “Type Parameters”T
Implements
Section titled “Implements”ISuggestOwner<T>CloseableComponent
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new PopoverSuggest<
T>(app,scope?):PopoverSuggest<T>
Defined in: suggest.ts:38
Parameters
Section titled “Parameters”scope?
Section titled “scope?”Returns
Section titled “Returns”PopoverSuggest<T>
Properties
Section titled “Properties”
readonlyapp:App
Defined in: suggest.ts:39
scope?
Section titled “scope?”
readonlyoptionalscope?:Scope
Defined in: suggest.ts:40
Methods
Section titled “Methods”close()
Section titled “close()”close():
void
Defined in: suggest.ts:47
Returns
Section titled “Returns”void
Implementation of
Section titled “Implementation of”CloseableComponent.close
open()
Section titled “open()”open():
void
Defined in: suggest.ts:44
Returns
Section titled “Returns”void
renderSuggestion()
Section titled “renderSuggestion()”
abstractrenderSuggestion(value,el):void
Defined in: suggest.ts:53
Parameters
Section titled “Parameters”T
HTMLElement
Returns
Section titled “Returns”void
Inherit Doc
Section titled “Inherit Doc”Implementation of
Section titled “Implementation of”ISuggestOwner.renderSuggestion
selectSuggestion()
Section titled “selectSuggestion()”
abstractselectSuggestion(value,evt):void
Defined in: suggest.ts:58
Parameters
Section titled “Parameters”T
MouseEvent | KeyboardEvent
Returns
Section titled “Returns”void
Inherit Doc
Section titled “Inherit Doc”Implementation of
Section titled “Implementation of”ISuggestOwner.selectSuggestion