Hierarchy

Index

Constructors

constructor

Properties

Private _parent

_parent: any

completion

completion: string

fuse

fuse: any = undefined

Protected lastExstr

lastExstr: string

Protected lastFocused

lastFocused: CompletionOption

node

node: any

Protected optionContainer

optionContainer: HTMLElement = html`<table class="optionContainer"></table>`

options

Protected prefixes

prefixes: string[] = []

Accessors

state

  • get state(): "normal" | "focused" | "hidden"
  • set state(newstate: OptionState): void

Methods

deselect

  • deselect(): void

filter

  • filter(exstr: string): Promise<void>

Private getWindows

  • getWindows(): Promise<object>

next

  • next(inc?: number): boolean

onInput

  • onInput(exstr: any): Promise<void>

prev

  • prev(inc?: number): boolean

scoredOptions

select

setStateFromScore

shouldRefresh

  • shouldRefresh(): boolean

splitOnPrefix

  • splitOnPrefix(exstr: string): string[]

updateChain

updateDisplay

  • updateDisplay(): void

Private updateOptions

  • updateOptions(exstr?: string): Promise<void>

Object literals

fuseOptions

fuseOptions: object

id

id: string = "index"

includeScore

includeScore: true = true

keys

keys: string[] = ["fuseKeys"]

shouldSort

shouldSort: true = true