$elements $elements : ParentNode []
$first Open Timer $firstOpenTimer : { schedule : { (timeout?: number): void; delay(timeout?: number): void; schedule: ...; call(): void; cancel(): void; isPending(): any; }; call () : void ; cancel () : void ; delay ( timeout ?: number ) : void ; isPending () : any ; ( timeout ?: number ) : void ; }
activated activated : boolean
auto Insert autoInsert : boolean
auto Select autoSelect : boolean
auto Shown autoShown : boolean
change Timer changeTimer : { schedule : { (timeout?: number): void; delay(timeout?: number): void; schedule: ...; call(): void; cancel(): void; isPending(): 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 ; }
completion Provider completionProvider : CompletionProvider
exact Match exactMatch : boolean
inline Enabled inlineEnabled : boolean
parent Node parentNode : any
popupTimer : { schedule : { (timeout?: number): void; delay(timeout?: number): void; schedule: ...; call(): void; cancel(): void; isPending(): 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 : { (timeout?: number): void; delay(timeout?: number): void; schedule: ...; call(): void; cancel(): void; isPending(): any; }; call () : void ; cancel () : void ; delay ( timeout ?: number ) : void ; isPending () : any ; ( timeout ?: number ) : void ; }
tooltipNode : HTMLDivElement
tooltipTimer : { schedule : { (timeout?: number): void; delay(timeout?: number): void; schedule: ...; call(): void; cancel(): void; isPending(): any; }; call () : void ; cancel () : void ; delay ( timeout ?: number ) : void ; isPending () : any ; ( timeout ?: number ) : void ; }
Staticstart Command startCommand : { bindKey : string ; exec : ( editor : any , options : any ) => 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.