Hierarchy

Index
args: string
completion: string
fuse: any = undefined
fusedOptions: CompletionOptionFuse[]
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 = ...
prefixes: string[] = []
sortScoredOptions: boolean = false
trailingSpace: boolean
  • Parameters

    • exstr: string

    Returns Promise<void>

  • Set option state by score

    For now just displays all scored elements (see threshold in fuse) and focus the best match.

    Parameters

    Returns void

  • Parameters

    • exstr: string

    Returns string[]

  • Call to replace the current display

    Returns void