Properties $elements $elements : ParentNode []
$first Open Timer $first Open Timer : { 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 is Pending : functionis Pending ( ) : any Returns any activated activated : boolean
auto Insert auto Insert : boolean
auto Select auto Select : boolean
auto Shown auto Shown : boolean
change Timer change Timer : { 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 is Pending : functionis Pending ( ) : 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 Page Down : ( ( editor ) => void ) ( editor ) : void Returns void Page Up : ( ( 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 completion Provider completion Provider : CompletionProvider
exact Match exact Match : boolean
inline Enabled inline Enabled : boolean
parent Node parent Node : any
popup Timer popup Timer : { 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 is Pending : functionis Pending ( ) : any Returns any set Select On Hover set Select On Hover : boolean
show Loading State show Loading State : boolean
sticky Selection sticky Selection : boolean
sticky Selection Delay sticky Selection Delay : number
sticky Selection Timer sticky Selection Timer : { 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 is Pending : functionis Pending ( ) : any Returns any tooltip Node tooltip Node : HTMLDivElement
tooltip Timer tooltip Timer : { 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 is Pending : functionis Pending ( ) : any Returns any Static
start Command start Command : { bindKey : string ; exec : ( ( editor , options ) => void ) ; name : string ; }
Type declaration bind Key : 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.