PopoverSuggest

PopoverSuggest class

Base class for adding a type-ahead popover.

Signature:

export abstract class PopoverSuggest<T> implements ISuggestOwner<T>, CloseableComponent 

Implements: ISuggestOwner<T>, CloseableComponent

Constructors

ConstructorModifiersDescription
(constructor)(app, scope)Constructs a new instance of the PopoverSuggest class

Properties

PropertyModifiersTypeDescription
appApp
scopeScope

Methods