Properties $elements $elements : ParentNode []
$firstOpenTimer $firstOpenTimer : { schedule : { (timeout?: number): void; delay(timeout?: number): void; schedule: ...; call(): void; cancel(): void; isPending(): any; }; call ( ) : void ; cancel ( ) : void ; delay ( timeout ? ) : void ; isPending ( ) : any ; ( timeout ? ) : void ; }
Type declaration ( timeout ? ) : void Returns void schedule : { (timeout?: number): void; delay(timeout?: number): void; schedule: ...; call(): void; cancel(): void; isPending(): any; }call : functioncancel : functioncancel ( ) : void Returns void delay : functiondelay ( timeout ? ) : void Returns void isPending : functionisPending ( ) : any Returns any activated activated : boolean
autoInsert autoInsert : boolean
autoSelect autoSelect : boolean
autoShown autoShown : boolean
changeTimer changeTimer : { schedule : { (timeout?: number): void; delay(timeout?: number): void; schedule: ...; call(): void; cancel(): void; isPending(): any; }; call ( ) : void ; cancel ( ) : void ; delay ( timeout ? ) : void ; isPending ( ) : any ; ( timeout ? ) : void ; }
Type declaration ( timeout ? ) : void Returns void schedule : { (timeout?: number): void; delay(timeout?: number): void; schedule: ...; call(): void; cancel(): void; isPending(): any; }call : functioncancel : functioncancel ( ) : void Returns void delay : functiondelay ( timeout ? ) : void Returns void isPending : functionisPending ( ) : any Returns any commands commands : { Backspace : ( ( editor ) => void ) ; Ctrl-Down|Ctrl-End : ( ( editor ) => void ) ; Ctrl-Up|Ctrl-Home : ( ( editor ) => void ) ; Down : ( ( editor ) => void ) ; Esc : ( ( editor ) => void ) ; PageDown : ( ( editor ) => void ) ; PageUp : ( ( editor ) => void ) ; Return : ( ( editor ) => any ) ; Shift-Return : ( ( editor ) => void ) ; Tab : ( ( editor ) => any ) ; Up : ( ( editor ) => void ) ; }
Type declaration Backspace : ( ( editor ) => void ) ( editor ) : void Returns void Ctrl-Down|Ctrl-End : ( ( editor ) => void ) ( editor ) : void Returns void Ctrl-Up|Ctrl-Home : ( ( editor ) => void ) ( editor ) : void Returns void Down : ( ( editor ) => void ) ( editor ) : void Returns void Esc : ( ( editor ) => void ) ( editor ) : void Returns void PageDown : ( ( editor ) => void ) ( editor ) : void Returns void PageUp : ( ( editor ) => void ) ( editor ) : void Returns void Return : ( ( editor ) => any ) Shift-Return : ( ( editor ) => void ) ( editor ) : void Returns void Tab : ( ( editor ) => any ) Up : ( ( editor ) => void ) ( editor ) : void Returns void completionProvider completionProvider : CompletionProvider
exactMatch exactMatch : boolean
inlineEnabled inlineEnabled : boolean
parentNode parentNode : any
popupTimer popupTimer : { schedule : { (timeout?: number): void; delay(timeout?: number): void; schedule: ...; call(): void; cancel(): void; isPending(): any; }; call ( ) : void ; cancel ( ) : void ; delay ( timeout ? ) : void ; isPending ( ) : any ; ( timeout ? ) : void ; }
Type declaration schedule : { (timeout?: number): void; delay(timeout?: number): void; schedule: ...; call(): void; cancel(): void; isPending(): any; }call : functioncancel : functioncancel ( ) : void Returns void delay : functiondelay ( timeout ? ) : void Returns void isPending : functionisPending ( ) : any Returns any setSelectOnHover setSelectOnHover : boolean
showLoadingState showLoadingState : boolean
stickySelection stickySelection : boolean
stickySelectionDelay stickySelectionDelay : number
stickySelectionTimer stickySelectionTimer : { schedule : { (timeout?: number): void; delay(timeout?: number): void; schedule: ...; call(): void; cancel(): void; isPending(): any; }; call ( ) : void ; cancel ( ) : void ; delay ( timeout ? ) : void ; isPending ( ) : any ; ( timeout ? ) : void ; }
Type declaration ( timeout ? ) : void Returns void schedule : { (timeout?: number): void; delay(timeout?: number): void; schedule: ...; call(): void; cancel(): void; isPending(): any; }call : functioncancel : functioncancel ( ) : void Returns void delay : functiondelay ( timeout ? ) : void Returns void isPending : functionisPending ( ) : any Returns any tooltipNode tooltipNode : HTMLDivElement
tooltipTimer tooltipTimer : { schedule : { (timeout?: number): void; delay(timeout?: number): void; schedule: ...; call(): void; cancel(): void; isPending(): any; }; call ( ) : void ; cancel ( ) : void ; delay ( timeout ? ) : void ; isPending ( ) : any ; ( timeout ? ) : void ; }
Type declaration ( timeout ? ) : void Returns void schedule : { (timeout?: number): void; delay(timeout?: number): void; schedule: ...; call(): void; cancel(): void; isPending(): any; }call : functioncancel : functioncancel ( ) : void Returns void delay : functiondelay ( timeout ? ) : void Returns void isPending : functionisPending ( ) : any Returns any Static
startCommand startCommand : { bindKey : string ; exec : ( ( editor , options ) => void ) ; name : string ; }
Type declaration bindKey : string exec : ( ( editor , options ) => void ) ( editor , options ) : void Returns void name : string
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.