Hierarchy

Index
active: boolean = false
args: string
completion: string
findArgs: string = ""
fuse: any = undefined
fuseOptions: object = ...
findAllMatches: boolean = true
ignoreFieldNorm: boolean = true
ignoreLocation: boolean = true
includeScore: boolean = true
keys: string[] = ...
minMatchCharLength: number = 1
shouldSort: boolean = true
threshold: any = ...
lastExstr: string
lastFocused: CompletionOption
node: any
optionContainer: HTMLElement = ...
options: FindCompletionOption[] = []
pending: Promise<void> = ...
prefixes: string[] = []
request: number = 0
selection: Promise<void> = ...
session: number = ...
sortScoredOptions: boolean = false
tabId: Promise<any> = ...
trailingSpace: boolean
  • get state(): OptionState

    Returns OptionState

  • set state(newstate: OptionState): void

    Control presentation of Source

    Parameters

    • newstate: OptionState

    Returns void

  • Parameters

    • args: string
    • selected: boolean = false

    Returns Promise<any>

  • Parameters

    • preview: any
    • ...args: string[]

    Returns Promise<any>