Hierarchy

Implements

Index

Constructors

Properties

Accessors

Constructors

constructor

  • new BindingsCompletionOption(value: string, binding: { mode: string; name: string; value: string }): BindingsCompletionOption

Properties

fuseKeys

fuseKeys: any[] = []

html

html: HTMLElement

value

value: string

Accessors

state

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