Hierarchy

Index

Constructors

constructor

Properties

Private _parent

_parent: any

args

args: string

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[] = []

Private shouldSetStateFromScore

shouldSetStateFromScore: boolean = true

Protected sortScoredOptions

sortScoredOptions: boolean = false

Accessors

state

Methods

Private TabscoredOptionsStartsWithN

deselect

  • deselect(): void

Private fillOptions

  • fillOptions(): Promise<void>

filter

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

Private getTheNextTabOption

next

  • next(inc?: number): Promise<any>

onInput

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

prev

  • prev(inc?: number): Promise<boolean>

Private reactToTabChanges

  • reactToTabChanges(): Promise<void>
  • Update the list of possible tab options and select (focus on) the appropriate option.

    Returns Promise<void>

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

includeScore

includeScore: boolean = true

keys

keys: string[] = ["fuseKeys"]

shouldSort

shouldSort: boolean = true